Sublime Forum

Exact autocompletion

#1

Hi,

i just made a .sublime-completions for AutoLisp.
Is there a possibility to disable the fuzzy search on autocompletion and only show words with exact match to the trigger.
Would be perfect if this setting can be choosen for every language individually.

A little example:
I have the variable “test” in my code. Typing “tes” gives me “vlax-ldata-test” as first solution.
This happens every time a variable is part of some command in the .sublime-completions file.

mfg
matthias

0 Likes

#2

No. However, “test” should be the better fuzzy match and thus preferred, which it also is for me if I have both in the same buffer.

I assume “vlax-ldata-test” is provided by your .sublime-completions file?

0 Likes

#3

Yes its included in the completion file.
I think thats the reason it’s preffered over “test”.

And is there a way to make Sublime Text look for words in buffer first the go to the words in completion files?
That should also resolve my problem.
mfg

0 Likes