Skip to content

Commit f167818

Browse files
committed
Fix GetDisplayPosition() for HaxeCompilerService.USAGE
1 parent 68665d2 commit f167818

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

External/Plugins/HaXeContext/Completion/HaxeComplete.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ int GetDisplayPosition()
206206
break;
207207

208208
case HaxeCompilerService.POSITION:
209+
case HaxeCompilerService.USAGE:
209210
pos = Sci.WordEndPosition(Sci.CurrentPos, true) + 1;
210211
break;
211212
}

0 commit comments

Comments
 (0)