Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Google Firebase Studio (Formally Known as Project IDX)¶
See Tips on Google Firebase Studio .
Code Server¶
Makepad¶
GitPod¶
GitPod (based on theia) is a web IDE for repositories on GitHub.
CodeSandbox¶
CodeSandbox is a web IDE specifically for web application development.
StackBlitz¶
StackBlitz provides web IDE for web application development. It is more than a cloud IDE but allows users to deploy web apps as well.
theia¶
https://
Syntax highlighting and checking works well.
Debugging is not supported currently but under active development.
best to mount a directory that has mode 777
support installling VS Code extensions (*.vsix) by drag and drop. Installing from VS Code Marketplace is not supported at this time.
Enable username/password for Theia
Docker for theia¶
docker pull theiaide/theia-fulldocker run -d -p 3000:3000 -v /workdir:/home/project:cached theiaide/theia-fullShareLatex ¶
Codenvy / Eclipse Che¶
very slow
vi keybindings is stupid
Scala support is not ready
Conclusion: basically unusable, not recommended
Cloud9¶
Looks much better Codenvy/Eclipse Che.
Python autocompletion works in the official online version. However, debugging is supported only for Python2 currently.
Koding¶
Codeanywhere¶
Codiad¶
https://
https://
https://
https://
https://
wdb¶
An improbable web debugger through WebSockets for Python.