Hi there!
I’m trying to figure out how can I write the JavaScript code fast in Sublime Text 3? As the way emmet works. Any plugin recommendation?
Thanks
Hi there!
I’m trying to figure out how can I write the JavaScript code fast in Sublime Text 3? As the way emmet works. Any plugin recommendation?
Thanks
I have LSP installed and since then I have disabled other JS plugins. For me , its a must install these days.
If you need JSX, Flow types, or other nonstandard features, I recommend JS Custom, which extends the core JS syntax with additional functionality. If you’re not using something like that, though, you probably don’t need it.
Thank you, actually just looking for something to convert it as IDE as VSCode suggest all suggestion when writing the JavaScript code.