Jacob Jackson
Jacob Jackson
As a workaround you can go to Sublime Text -> Preferences -> Package Settings -> TabNine -> Key Bindings (Default) and change tab_nine_leader_key to something other than tab. I can't...
This is a good idea, thanks for the link. It would be nice to compare against both built-in editor autocompletion and ycmd.
Closing of half-open braces has been added. Snippet support is still pending. (Supporting the workflow you describe requires a rethinking of the current interface, since pressing tab after a completion...
Could you please provide steps to reproduce your issue?
Does this token occur in your project anywhere? (It's a bug in either case but this will help identify whether it's just an issue with filtering.)
Are you using TabNine Cloud? That's how you see the %s. The language server is flow. You can look up instructions for how to install it. The windows equivalent of...
.tabnineignore actually already works (but only for constraining indexed files). The Sublime Client will need to be aware of this because it suppresses the built-in autocompletion, so it needs to...
This looks like an issue with the SQL or YAML packages. Did this only start happening after you installed TabNine?
This would improve install times, but I'm hesitant to implement it because if the download fails or takes a long time, the user might think the package just doesn't work....
It's a good point. I'll aim to implement it this weekend.