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

How do you use prompts in Sublime text 4 and Tabnine? #126

Open toddpadwick opened 6 months ago

toddpadwick commented 6 months ago

Can't find documentation on how to use Tabnine specifically with sublime. I can see autocomplete works, but writing prompts do not. My understanding is that I should be able to write a comment with the double forward slash syntax, and hit enter. such as:

// create simple vue component for a text input field which triggers emitted events on blur, keyup and focus.

But this does nothing. Am I doing something wrong?