Ben Chuanlong Du's Blog

It is never too late to learn.

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 NeoVim

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

Installation on Ubuntu

You can install the latest stable version of neovim using the command below.

sudo add-apt-repository ppa:neovim-ppa/stable
wajig update
wajig install neovim

Tips and Traps

  1. NeoVim with …

The NeoVim Plugin for Visual Studio Code

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

https://github.com/asvetliakov/vscode-neovim

Installation

  1. Install NeoVim 0.5+ using icon.

    icon nvim -ic --ppa
    
  2. Install the NeoVim plugin from the extension market in VSCode or Code Server.

  3. Set the …

Visual Studio Code Server

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

Advanced Tips

--link (beta) Securely bind code-server via Coder Cloud with the passed name. You'll get a URL like https://myname.coder-cloud.com at which you can easily access your code-server …

Tips on Visual Studio Code

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

A MS brading/telementry/licensing free edition named vscodium is available.

Tricks & Traps

  1. It seems that Visual Studio Code installed using snap in Kubuntu 18.10 has issues. It is suggested …