Sublime Forum

How to use sublime package to trace jQuery Source codes

#1

Hi:
I am a newbie to sublime, and I hope to install package to trace jQuery Source codes.
I have tried ctags and cscope, but they not work well in sublime3.
Is there any other package can help to trace codes?
Thanks.

0 Likes

#2

You can try LSP package and install the jsts-language-server.

I use LSP together with python. Works quite well already.

0 Likes

#3

I have install LSP package, but I don’t know how to install
javascript-typescript-langserver or how to use it.
My environment is Windows 10, and I have installed Node.js in
my computer. And is there any manual for that,
or any suggestion about how to use it,
thanks a lot.

0 Likes