Automatically insert whitespace between CJK (Chinese, Japanese, Korean), half-width English, digit and symbol characters.
自动在CJK(中文,日文,韩文),半宽英文,数字和符号字符之间插入空格
- 快捷键默认为
shift
+ctrl
+alt
+U
, 当然也可以自己在Settings
中更改 - 选中文字后, 点击右键, 可以直接选择
添加空格
对选中的文本进行处理
由于插件 ChineseTypography
无法在2022及其之后的版本使用, 因此结合了 ChineseTypography 插件作者 github 中的代码, 使用了官方的插件模版, 重新发布一个可用的版本
-
Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "blank-space" > Install
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.