Extra income for all
Ask HN: Recommendations for full-blown polyglot web IDEs
11–14 of 14 posts
Re: Ask HN: Recommendations for full-blown polyglot web IDEs
#12Visual Studio Code has what you are looking for. Worth a shot.
Re: Ask HN: Recommendations for full-blown polyglot web IDEs
#13JetBrains https://www.jetbrains.com
Jetbrains is really really good and checks all of your boxes, op. Aside from having great coverage out of the box, there are plugins supporting nearly everything, especially web stuff. Bash, helm charts, docker, database tooling and all kinds of JavaScript stuff like webpack, react, eslint and prettier.
Ultimate edition is worth it if you're bouncing all over the place and has been my ide for several years after switching from sublime.
The only thing ultimate didn't cover super duper good was golang, but they have a separate edition for that which works great. Been a bit since I've done go work so ultimate may cover it well now too.
Vscode is really close behind in many places but the depth of coverage in jetbrains is unmatched in any of the free offerings I've used.
Re: Ask HN: Recommendations for full-blown polyglot web IDEs
#14EDIT: Sorry, might not have worded properly but I am looking for online IDEs (aka browser-based IDEs), e.g. Eclipse Che, Repl.it, Cloud9, etc.