Rearrange order of TabNine suggestions relative to VSCode suggestions
See original GitHub issueplease complete the following information:
- OS version: [e.g Mac Catalina]
- Editor version [e.g. 1.48.0-insider]:
- Programming language: [e.g. ts, vue]
- TabNine extension version: latest
Issue Details:
I love TabNine, and use it all the time. However, if I’m doing something like completing function members foo.ba
, I find that VSCode’s Typescript Language Server provides much better suggestions than TabNine, even with TabNine’s language-aware features. Is there a way that I can have TabNine’s suggestions below TS’s, so that I can use TabNine when the LSP fails to be useful. I find TabNine to be most useful when LSP fails.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:36
- Comments:17 (2 by maintainers)
Top Results From Across the Web
Change TabNine's priority in suggestion window
My question is, Can we change any setting such that all the TabNine's suggestions appear after Intellisense's suggestions?
Read more >Tabnine vs Kite (Battle of the A.I AutoCompletion tools!)
In this video we compare two popular A.I autocompletion tools: Tabnine VS Kite in a battle to the death! Watch me as I...
Read more >Powerful VSCode Tips And Tricks For Python Development ...
Here's my FREE 7-step guide to help you consistently design great software: https://arjancodes.com/designguide.In this video I talk you ...
Read more >TabNine - Put your coding speed to the next level
TabNine indexes your code and finds statistical patterns to create customized suggestions based on how you write your own code.
Read more >Tabnine AI Autocomplete for Javascript, Python, Typescript ...
Extension for Visual Studio Code - JavaScript, Python, Java, ... AI code snippets, code suggestion, code prediction, code hinting, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If the project manager is reading this, FYI I disabled tabnine in vscode, and I’m therefore not going to subscribe to Tabnine Pro, because of this issue.
Currently, we can use this
"editor.snippetSuggestions": "top"
as workaround. I am not sure that it will have some issues with other setting or configuration.So, put this line in user setting. (i.e settings.json)
After changing the setting, TabNine completion will come only after the vscode completion.