alienhard / SublimeAllAutocomplete

Extend Sublime autocompletion to find matches in all open files of the current window
917 stars 110 forks source link

Lua comment issue #63

Open Resike opened 6 years ago

Resike commented 6 years ago

Commented Lua lines show up in the completion like this:

image

alienhard commented 6 years ago

Have you tried excluding Lua comments? The readme explains how to use the exclude_from_completion setting.

Resike commented 6 years ago

I did but i had no luck to exclude it.

image

Sublime already has a "auto_complete_selector" settings, why don't you just use that to filter auto completion scopes?