Automatically inserts whitespace between CJK (Chinese, Japanese, Korean), half-width English, digit, and symbol characters.
You can use this plugin to spacing content in editor and commit message.
When you select some text in editor, the plugin will only space the selected text. Otherwise, it will space the whole file.
There are three ways to use:
-
See editor popup menu > Pangu Format
-
Use Alt + . / ⌥ + .
-
Use Reformat Code Action (Ctrl + Alt + L / ⌘ + ⌥ + L by default)
Pangu Format Action will perform after internal Reformat Code Action.
You can disable this feature in Settings/Preferences > Tools > Pangu
There are also three ways to use this plugin in commit message:
-
Click the Pangu Format icon besides the commit message text area.
-
Use Alt + . / ⌥ + .
-
Use Reformat Commit Message Action (Ctrl + Alt + L / ⌘ + ⌥ + L by default)
Pangu Format Action will perform after internal Reformat Commit Message action.
If you find something is not working or missing, feel free to submit an issue on GitHub repo.
自动在 CJK(中文、日文、韩文)、英文、数字和符号之间插入空格。
你可以使用这个插件对编辑器中的文本和提交信息里的文本进行空格插入格式化。
当你在文件中选中部分内容时,该插件只会在选中的部分进行空格插入。 没有选中时,该插件会在当前文件的所有文本进行空格插入。
有三种使用方式:
-
在编辑时右键弹出菜单中使用 Pangu Format
-
使用快捷键 Alt + . / ⌥ + .
-
使用软件自带格式化代码功能(默认快捷键:Ctrl + Alt + L / ⌘ + ⌥ + L)
插件会在自带格式化代码功能之后执行空格插入。
你可以在 Settings/Preferences > Tools > Pangu 关闭此功能:
同样有三种方式:
-
点击提交信息旁边的图标
-
使用快捷键 Alt + . / ⌥ + .
-
使用软件自带格式化提交信息功能(默认快捷键:Ctrl + Alt + L / ⌘ + ⌥ + L)
插件会在自带格式化提交信息功能之后执行空格插入。
有任何问题或者建议,欢迎在 GitHub repo 提交 issue。