Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on the Zed IDE

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

Tips and Traps

  1. Zed does not support the web version yet, however, it does support remote develop .

Install via Flatpak

https://flathub.org/apps/dev.zed.Zed

flatpak install flathub dev …

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. SpaceVim

  3. Lapce

  4. Zed

JVM Languages

  1. IntelliJ IDEA (community edition available)

IDEs for Rust

See IDE for Rust .

Python

  1. Visual Studio Code

    The best …

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 …