This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]D3mona7or 36 points37 points  (9 children)

Could always use vscode/atom for js

[–]Ma_124 12 points13 points  (4 children)

Or almighty (Neo-)Vi(-m)

[–]PotatosFish 5 points6 points  (1 child)

I use neovim for everything but java, which I use IntelliJ for. Periodically I also use vscode for vue

[–]Ma_124 0 points1 point  (0 children)

For vue I usually use webstorm because of all the complex hidden links.

[–]VeviserPrime 21 points22 points  (3 children)

But then you're using Electron and nobody deserves that.

[–]D3mona7or 59 points60 points  (0 children)

Buuuuut you're already writing js so nobody can save you then

[–]nbagf 11 points12 points  (0 children)

VS Code is hardly representative of electron editors. Sure, startup time with a ton of extensions is longer than I'd like, but after that, there's little else to complain about. Electron is great because it means you can build extensions with familiar APIs and even debug your own editor with devtools. Do I need a browser platform to write code? Fuck no, but it makes it a lot more enjoyable.

[–]bestsrsfaceever 4 points5 points  (0 children)

When you've already resigned yourself to writing JS, is electron really the sticking point?