Skip to content

Instantly share code, notes, and snippets.

@Kuri-su
Last active January 3, 2020 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kuri-su/ff3ccef9ad9f92ba95b80a6e9654dc06 to your computer and use it in GitHub Desktop.
Save Kuri-su/ff3ccef9ad9f92ba95b80a6e9654dc06 to your computer and use it in GitHub Desktop.
# Linux 下 IDEA 2019.3 以后版本无法唤出输入法解决方案

{"title":"Linux 下 IDEA 2019.3 以后版本无法唤出中文输入法解决方案","type":"blogGist","show":true,"description":"老爷! IDEA 输入法有救啦!! XD","tag":["ubuntu-points"]}

Linux 下 IDEA 2019.3 以后版本无法唤出输入法

我的版本是 Ubuntu 19.10 / IDEA 2019.3.1

你可以点击 在菜单栏的这个位置 Help | Edit Custom VM Options这个位置, 它将打开一个 .vmoptions 文件, 在末尾追加如下 内容

-Dauto.disable.input.methods=false

然后重启 IDEA, 即可

GoLand/PhpStorm/Clion/PyCharm 这些全家桶成员应该也适用 😂 .

ref:

https://youtrack.jetbrains.com/issue/JBR-2003

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment