alienhard / SublimeAllAutocomplete

Extend Sublime autocompletion to find matches in all open files of the current window

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lua comment issue

Resike opened this issue · comments

Commented Lua lines show up in the completion like this:

image

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

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?