Ben Chuanlong Du's Blog

It is never too late to learn.

Vim Keybindings Using IdeaVim in IntelliJ IDEA

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

  1. Put the line set surround into your ~/.ideavimrc to make IdeaVim support surround.

Issues

  1. yssb, yss), etc. do not work well currently.

References

  • https://github.com/JetBrains/ideavim

  • https://youtrack.jetbrains …

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 …