Ben Chuanlong Du's Blog

It is never too late to learn.

Cloud IDE

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

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 …

Tips on IDE

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Cloud IDEs

General Purpose IDEs

  1. Visual Studio Code

  2. Lapce

  3. Eclipse (with all kinds of plugins)

  4. SpaceVim

JVM Languages

  1. IntelliJ IDEA (community edition available)

  2. Eclipse

Python

  1. Visual Studio Code

    The best IDE …

Tips on Cloud9

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. Java/Scala support is not ready at this time.

Docker Images for Cloud9

  1. cloud9-docker is a good docker image for cloud9 IDE. You are able to attach a local directory as …

Tips on Eclipse Che

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

You can launch an Eclipse Che server using the command below.

docker run -it -v /var/run/docker.sock:/var/run/docker.sock -v /workdir/che:/data eclipse/che start

The …