javascript-typescript-langserver
javascript-typescript-langserver copied to clipboard
How do I set up a JS project?
It may be a stupid question but I've been struggling to set up a working front-end JS project using jQuery and ThreeJS. Completion for built-in JavaScript types works as expected, but as soon as I try to use anything contained in $ or in THREE I don't get any suggestions. All files are placed in one folder and then loaded one after another in an HTML file. I'm using neovim-LanguageClient.
I had a similar experience, wish there was more info out there for getting started with this project while using neovim.
+1 for Sublime-LSP, nothing works with a frontend pure JS project.