You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
Hey. Not sure that is the problem with javascript-typescript-langserver, but I will start from this repository.
I have installed everything correctly but looks like javascript-typescript-langserver does not work as expected. Autocompletion is garbaged with some random stuff, goto definition is not working with all variables etc.
For the demonstration, I created simple array variable inside a class method.
NeoVim:
However, in VSCode everything looks good:
What can be the problem? Does this server implementation work with ES6?
Also, is it possible to run VSCode language server beside the NeoVim?
NeoVim v0.2.2
Python3 enabled
Latest Deoplete as a completion engine
The text was updated successfully, but these errors were encountered:
semanser
changed the title
Information from server provider in not correct
Information from server provider is not correct
Jan 7, 2018
Hey. Not sure that is the problem with javascript-typescript-langserver, but I will start from this repository.
I have installed everything correctly but looks like
javascript-typescript-langserver
does not work as expected. Autocompletion is garbaged with some random stuff, goto definition is not working with all variables etc.For the demonstration, I created simple array variable inside a class method.
NeoVim:

However, in VSCode everything looks good:

What can be the problem? Does this server implementation work with ES6?
Also, is it possible to run VSCode language server beside the NeoVim?
NeoVim v0.2.2
Python3 enabled
Latest Deoplete as a completion engine
The text was updated successfully, but these errors were encountered: