Sublime Forum

JavaScript completions?

#1

For Python development I’ve installed the Anaconda package which enables auto completions, error highlighting etc.
Now I’m learning JavaScript and I’m missing these features.
For example when I write document. it should show me the method getElementById but it doesn’t.

I’ve searched for packages and tried some but none of them works.
Also most of these packages are 4+ years old and unmaintained.

How can I get the desired behavior?

Honestly every video I watch and every article I read, people use VSCode for JS development.
I don’t like VSCode… please tell me this is possible with Sublime Text too.

0 Likes

#2

lsp + lsp-typescript

similarly, you can use lsp + lsp-pyright to replace Anaconda.
similarly, lsp-* for other languages.

4 Likes