sourcegraph / javascript-typescript-langserver

JavaScript and TypeScript code intelligence through the Language Server Protocol
https://sourcegraph.com
Apache License 2.0
793 stars 72 forks source link

How do I set up a JS project? #455

Open zbrojny120 opened 6 years ago

zbrojny120 commented 6 years ago

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.

mr-tabasco commented 5 years ago

I had a similar experience, wish there was more info out there for getting started with this project while using neovim.

karolyi commented 5 years ago

+1 for Sublime-LSP, nothing works with a frontend pure JS project.