Ask HN: Recommendations for full-blown polyglot web IDEs

14 points by thekhatribharat ↗ HN
I'm looking for full-blown web IDE solutions, with the following features:

1) Polyglot: Support for multiple programming languages and preferably web frameworks (using project templates, base container images, etc.), build and test tools

2) Embedded Shell: CLI shell to interact with the execution environment

Some options I'm aware of include:

1) Eclipse Che on OpenShift (https://che.openshift.io)

2) Repl.it (https://repl.it) - This isn't a full-blown IDE though

13 comments

[ 3.2 ms ] story [ 42.5 ms ] thread
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.

Visual Studio Code has what you are looking for. Worth a shot.
EDIT: 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.