DEV Community

Discussion on: IDE’s are stuck in the past

Collapse
 
jonaszipprick profile image
Jonas Zipprick • Edited

I share your appreciation of performance and reliability.
Computation heavy task like compiling, code-analysis, and search indexing have to be done with a compiled language.
But that's nothing speaking against cloud IDEs.
Moving this computation to the cloud can even be an advantage because you can share dependencies and build artefacts between contributors and just work stronger computers in general.

For the frontend however, an IDE is just a fancy text editor.
I don't see why that particular part couldn't run in the browser.
The major web IDEs (VScode, Atom, WebStorm) are doing that already, running on either Node or Java VMs.