How to enable javascript intellisense in Sublime text 3 using LSP.
I did the following, but still the features not working :-
- Install sublime text 3 for windows 8.1
- Install Nodejs latest version with NPM
- Add
%USERPROFILE%\AppData\Roaming\npmto User PATH - Install package control and then LSP package
- Install
npm install -g javascript-typescript-langserverwrapper server - select
LSP: Enable Language Serverfrom the command palette - open javascript file ended with .js
How can I solve this problem ?