question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Rearrange order of TabNine suggestions relative to VSCode suggestions

See original GitHub issue

please 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:closed
  • Created 3 years ago
  • Reactions:36
  • Comments:17 (2 by maintainers)

github_iconTop GitHub Comments

20reactions
fungiboletuscommented, Feb 12, 2021

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.

10reactions
mgmgpyaesonewincommented, Oct 4, 2020

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)

  "editor.snippetSuggestions": "top"
tabnine

After changing the setting, TabNine completion will come only after the vscode completion.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found