TabNine was unable to install javascript semantic completion backend
See original GitHub issueIssue Description
Not sure what it means in https://tabnine.com/semantic
But when I start typing, it shows the below message
Is it not working properly? It doesn’t show the % like the videos from the blog post
The help page said
If the above steps don’t work, check that the language server works when you run it in your terminal.
Which terminal and what language server does this mean???
I can get to the TabNine::config
page and find the 2 files in C:\Users\jason_yu\AppData\Roaming\TabNine
But I am not sure what is the equivilance to this step for javascript or any other language other than GO
Assume for the sake of these instructions that you’re trying to get go-langserver to work. Use “which go-langserver” in your terminal to find the absolute path to the language server.
which
is not working in Sublime’s console or cmd or powershell and I am not sure what is the “javascript-langserver”
Sublime Text: Version 3.2.1, Build 3207 OS: Windows 10 1903 npm: 5.6.0
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:8 (1 by maintainers)
Still having issues with this on Windows. I installed
flow-bin
and I can find it in both Msys Gitwhich
and Cmdwhere
. I can runflow
andflow lsp
and it seems to be working fine. But no matter what I do I can’t get it to work in TabNine. I get the log below when filtering forlsp::
(I changed a few of the paths):I’m having the exact same problem