DEV Community

Discussion on: Truly Integrated Development Environment

Collapse
 
carbonrobot profile image
Charlie Brown

Most modern ides accomplish all of this with plugins, allowing it to support any language. Vscode, atom, jetbrains, eclipse. Even your example of Theia is just vscode with specific plugins running in the browser using docker.

Collapse
 
stereobooster profile image
stereobooster

There is a difference between you can add it yourself or it comes out of the box packaged as one thing. My idea was to pre-pack everything in docker, so you can tun it with one command and have all tools preinstalled. Example github.com/theia-ide/theia-apps/bl...