codota / tabnine-sublime

Tabnine Autocomplete AI: JavaScript, Python, TypeScript, PHP, C/C++, HTML/CSS, Go, Java, Ruby, C#, Rust, SQL, Bash, Kotlin, Julia, Lua, OCaml, Perl, Haskell, React
https://www.tabnine.com/install/sublime
MIT License
194 stars 36 forks source link

Only works when "show_definitions" is true #7

Closed lewisfff closed 5 years ago

lewisfff commented 5 years ago

This isn't really a bug, but some users might think this plugin is broken if they have disabled the definition popup.

It's one of the first things I disable in ST3 as it is a bit intrusive :-)

zxqfl commented 5 years ago

Thanks for the report, I'll add a popup message or something

zxqfl commented 5 years ago

Can you confirm that you tried it with "show_definitions": false and it didn't work? It still works for me when I set it to false.

lewisfff commented 5 years ago

You're right

Perhaps the act of restarting ST3 fixed it in this instance for me. Likely a red herring.

Sorry for trouble :)