Input method

Ibus cannot work with IDEs of Jetbrains

Description

I cannot input CJK characters within the GoLand. More correctly, when I input more than 4 characters, the input method will disappear directly and have an underline show under the typed characters.

Solution

  1. Open “Help | Edit Custom VM options…” in GoLand.
  2. Add -Drecreate.x11.input.method=true to the last line.
  3. restart GoLand.