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

Improve UX on configuring suggestions behavior #117

Open ildella opened 2 years ago

ildella commented 2 years ago

please complete the following information:

Issue Details:

When I first installed Tabnine, I started getting suggestions as expected, but along with lots of other suggestions from Sublime default suggestion engine.

As Tabnine's are better, I wanted to mostly exclude Sublime ones.

I did almost succeed eventually setting this in Preferences.sublime-settings

"auto_complete_use_index": false

The result is I get all Tabnine and almost zero other suggestions, which is fine. Also good I still get "snippets" from other exetnsions when needed.

Still this is not great UX or onboarding. It would be great to dig into the problem and find out a solution that explain to the user the various options of using tabnine in combination with default Sublime 4 suggestions. For instance it would be great to have a way to sort suggestions: Tabnine first, Sublime later.

gz#9903