Questions tagged [tabnine]

10 questions
2
votes
1 answer

Using VSCode tabnine as a secondary code completion

Tabnine is a great tool, however on a day to day basis I prefer to use the results generated by VSCode intellisense as a first choice and the tabnine results as a second choice. I have not been able to find a valid configuration to set tabnine as…
J.C. Gras
  • 4,934
  • 1
  • 37
  • 44
1
vote
0 answers

Tabnine not working in Visual Studio 2019 when writing HTML file

When I was editing a HTML file with VS 2019, Tabnine did give me some suggestions, but when I select one of them and hit enter, nothing happens. Neither reinstalling Tabnine nor restarting VS 2019 helps. The weird thing is that Tabnine still…
Addy Luo
  • 11
  • 2
1
vote
2 answers

How can I use Tabnine in a DevContainer?

I've been regularly using the Tabnine VSCode extension on my computer for a while now, and it's been very helpful so far. However, I'm having trouble installing it inside a DevContainer. Outside the DevContainer, Tabnine works perfectly fine. On the…
0
votes
1 answer

VS Code IntelliSense (suggestion panel) and Tabnine inline suggestion conflict

I have had this issue since I started using Tabnine for VS Code. I added inline suggestion mode in VS Code and it conflicts with the suggestion panel. I want my VS Code to work as follows: When typing stuff, hitting tab autocomplete Tabnine and…
0
votes
0 answers

How to change TabNine to use single quotes in the Python suggested code

I just started using TabNine for python in VS Code. It makes some great suggestions. However, it always uses double quotes for the string constants. For me this is irksome. All the other code in my project is using single quotes. Is there a way…
John Henckel
  • 10,274
  • 3
  • 79
  • 79
0
votes
0 answers

How do you navigate through Tabnine suggestions?

Apparently it is "Alt + ]" for next suggestion and "Alt + [" for the previous suggestion, but how can one input these shortcuts when [ and ] are Alt shortcuts by themselves?
C. H.
  • 31
  • 1
0
votes
0 answers

How to use Redesigned inline suggestions toolbar with Tabnine and Copilot together?

I am using Tabnine and Copilot together; both have inline suggestions, and I want to prioritize Copilot's suggestions. is there a way to see which inline competition is from which extension? Link…
0
votes
0 answers

How to set TabNine imports on VS Code?

I have been using TabNine package of VS Code, it's a nice tool. However I don't like the way its AI import feature does - always putting imports at the top of the file. Is there any way I can configure this package to send the imports at the bottom…
Daniel Chikaka
  • 1,432
  • 4
  • 17
  • 28
0
votes
0 answers

Get rid of TabNine in Jupyter Lab and get back the native (tab activated) autocomplete on Ubuntu 20.04

I was trying to get rid of tabnine and get back the normal (tab activated) autocomplete in Jupyter Lab. Firstly I uninstalled TabNine with: jupyter labextension uninstall tabnine TabNine was gone but launching a new session of jupyter lab in the…
0
votes
1 answer

How do i autocomplete using Tabnine

I have downloaded tabnine, which helps the developer to not write mistaken words like for example: "helpo" instead of "hello". But i dont know which button autocomplete the guessed word in every moment. ( The guessed word is on grey). I tried…
Victotem
  • 37
  • 3