Ben Chuanlong Du's Blog

It is never too late to learn.

Python Developing in PyCharm

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

Change Scheme

  1. File -> Settings... -> Editor -> Colors & Fonts

  2. Choose a scheme right to "Scheme name"

Change Font of Terminal

  1. Search for Console Font

  2. Set the desired font size.

  3. Restart terminal (the font …

Tips on dbeaver

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

General Tips

  1. Standalone dbeaver can install some eclipse plugins.

Vim Keybindings

You can install vrapper as vim keybindings on dbeaver.

  1. Help -> Install Software

  2. Add vrapper repository http://vrapper …

Show Inferred Type in IntelliJ IDEA

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

You can use the shortcut ctrl + shift + p to show inferred type of a variable when the cursor is on the variable in IntelliJ IDEA. You can also configure IntelliJ to …

IntelliJ IDEA Tips

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

Installation in Ubuntu

https://itsfoss.com/install-intellij-ubuntu-linux/

You can use ubuntu-make to install IntelliJ IDEA in Docker.

Install Plugins from Command-line

https://stackoverflow.com/questions/24044513/intellij-idea-install-plugins-from-command-line

General Tips

  1. It is …

Typing Chinese in Vim

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

The simplest suggestion is not to waste your time on this right now. There are some old related Vim plugins but are outdated. NeoVim is a better alternative to Vim. Wait …