srusskih / SublimeJEDI

awesome Python autocompletion with SublimeText
MIT License
938 stars 109 forks source link

Do not try to autocomplete non .py files #164

Closed danihodovic closed 9 years ago

danihodovic commented 9 years ago

Right now JEDI is activated on both .txt and .js files. It's not a major problem but is very annoying if you're looking at the console and it probably wastes resources.

Is it possible to only hint .py files?

SublimeJEDI.sublime_jedi.completion: JEDI does not complete in strings SublimeJEDI.sublime_jedi.completion: JEDI completion triggered SublimeJEDI.sublime_jedi.completion: JEDI does not complete in strings SublimeJEDI.sublime_jedi.completion: JEDI completion triggered SublimeJEDI.sublime_jedi.completion: JEDI does not complete in strings

srusskih commented 9 years ago

Looks like it's possible somehow trigger key only for specific scope.