tuchg / ChinesePinyin-CodeCompletionHelper

让你的 JetBrains 系 IDE ( IDEA ,PyCharm,PhpStorm,WebStorm,AndroidStudio,GoLand等 )支持中文标识符以拼音/五笔等输入方式完成代码补全,享受和英文环境一致的中文智能编码体验,为代码表达提供更多选择,一种值得考虑的折中解决方案📏

Home Page:https://plugins.jetbrains.com/plugin/14838

Repository from Github https://github.comtuchg/ChinesePinyin-CodeCompletionHelperRepository from Github https://github.comtuchg/ChinesePinyin-CodeCompletionHelper

【请教】想请教下大佬Intellij怎么支持中英混合的排版

zxt385189207 opened this issue · comments

像下面这样的代码,可以做到自动等号对齐吗? 谢谢大佬。

    中   = 0,
    中文  = 0,
    中文字 = 0,
    A   = 0,
    AA  = 0,
    AAA = 0
commented

image

可以直接配置code style实现,后续可以尝试在插件中做一些中文代码排版支持