====== Integrated Development Environments ====== IDEs are [[.:|editors]] with additional tooling allowing you to quickly write software. ===== Comparison of IDEs ===== ^ Name ^ written in ^ languages ^ License | | Eclipse | Java | | | | IntelliJ IDEA | Java | [[https://www.jetbrains.com/webstorm/|Javascript/HTML]], Python, C/C++/C#, Java | | | [[dev:ide:vscode|Visual Studio Code]] | [[:dev:TypeScript]] | | MIT | ===== Online IDEs ===== * [[https://www.gitpod.io/|Gitpod]] – can be self-hosted * [[https://codesandbox.io/|Code Sandbox]] * [[https://visualstudio.microsoft.com/de/services/visual-studio-codespaces/|Visual Studio Codespaces]] [[https://github.com/styfle/awesome-online-ide|[...more]]]