Sublime Forum

Easy JavaScript in Sublime Text 3

#1

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

0 Likes

#2

I have LSP installed and since then I have disabled other JS plugins. For me , its a must install these days.

1 Like

#3

Thanks! :thumbsup:

0 Likes

#4

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.

2 Likes

#5

Thank you, actually just looking for something to convert it as IDE as VSCode suggest all suggestion when writing the JavaScript code.

0 Likes

#6

https://github.com/pichillilorenzo/JavaScriptEnhancements

try this

1 Like

#7

Thank you! :slight_smile:

0 Likes

#8

If you need JSX, Flow types, or other nonstandard features, I recommend JS Custom

you can use LSP with flow or vue client, see here for available clients.

0 Likes

#9

Thanks form your your reply, I’ll take a at thank. :thumbsup:

0 Likes

#10

I use tern for sublime… works great so far.

0 Likes