# ChinesePinyin-CodeCompletionHelper **Repository Path**: jeteby/ChinesePinyin-CodeCompletionHelper ## Basic Information - **Project Name**: ChinesePinyin-CodeCompletionHelper - **Description**: 让你的 JetBrains 系 IDE ( IDEA ,PyCharm,PhpStorm,WebStorm,AndroidStudio,DevEco等 )支持中文标识符以拼音输入方式完成代码补全,享受和英文环境一致的中文智能编码体验,为代码表达提供更多选择 - **Primary Language**: Kotlin - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://plugins.jetbrains.com/plugin/14838 - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 21 - **Created**: 2020-12-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ChinesePinyinCodeCompletionHelper ![Build](https://github.com/tuchg/ChinesePinyin-CodeCompletionHelper/workflows/Build/badge.svg) [![Version](https://img.shields.io/jetbrains/plugin/v/14838.svg)](https://plugins.jetbrains.com/plugin/14838) [![Downloads](https://img.shields.io/jetbrains/plugin/d/14838.svg)](https://plugins.jetbrains.com/plugin/14838) ![Java演示](screenshots/java.GIF) Github | Issues > 初衷在于,一些业务上不太适合用英语表达的,可以用上直白的母语而非拼音,然后像平常写代码那样去调用母语所表达的东西,解决部分命名困难症🤔 让你的 IDE 支持中文编程,享受和英文环境一致的中文智能编码体验 * 拼音输入补全,如上下文存在 中文 标识符, 输入zw,则会补全提示中文【**Z**hong**W**en】 * 多音字无差别补全 * 函数名,变量名,类名 ...等标识符,只要能用中文标识的通通都支持 * 支持双拼,五笔等各式输入方法(未来某版本发布✅) 兼容JB 全家桶,无差别中文编程,无论是 Java,JavaScript,Golang,Python,C#,Kotlin,C 艹 亦或者 Haskell 等等通通都支持....

提示:当提示 `no ascii`时,可按提示电灯泡关闭该提示 如果对您有所帮助,别忘了给本项目Github主页一颗Star😁

其他平台类似支持

* 中文代码快速补全 VS Code 插件 ## 安装 - IDE 内建插件市场: Preferences > Plugins > Marketplace > 搜索 "pinyin" > Install Plugin - 手动: 展开 [latest release](https://github.com/tuchg/ChinesePinyin-CodeCompletionHelper/releases/latest) 中的 `Assets` , 找到其下`*.jar`文件并下载,而后进入 IDE Preferences > Plugins > ⚙️ > Install plugin from disk... ## ToDo list - [x] 支持多音字补全 - [ ] 提供搜索/替换框内的拼音中文补全,平台开放API尚处试验阶段,且使用频率不高,暂且搁置 [#issues-8](https://github.com/tuchg/ChinesePinyin-CodeCompletionHelper/issues/8) - [ ] 添加可视化配置界面 - [ ] 支持非全拼输入补全,如五笔、双拼等 - [ ] Kotlin 工作异常 [#issues-10](https://github.com/tuchg/ChinesePinyin-CodeCompletionHelper/issues/10) - [ ] 支持 Rider 平台 [#issues-4](https://github.com/tuchg/ChinesePinyin-CodeCompletionHelper/issues/4) - [ ] [多语言编程的设想:将变量名与自然语言解耦](https://www.v2ex.com/t/701390) ## 已知问题 - [ ] 中文包下中文类,补全其他包内容时未能自动出现问题 *双击补全键解决或给出更精确的输入* - [x] 补全项排序问题 ☑︎已第二次优化 - [x] 大写英文带中文补全问题 [#issues-6](https://github.com/tuchg/ChinesePinyin-CodeCompletionHelper/issues/6) - [x] 中文包下中文类,调用本类名相关补全时当前类重复出现一次的问题 - [x] 各部分算法优化 - [x] 补全时部分提示信息丢失,如变量数据类型,包位置等 ## 贡献 欢迎感兴趣的同学提交 PR 参与维护 [emoji commit参考](https://gitmoji.carloscuesta.me/) ![Python 演示](screenshots/py.GIF) ## Thanks Development powered by [JetBrains](https://www.jetbrains.com/?from=ChinesePinyinCodeCompletionHelper). [![JetBrains](screenshots/jetbrains.svg)](https://www.jetbrains.com/?from=ChinesePinyinCodeCompletionHelper) Whichever technologies you use, there's a JetBrains tool to match. --- Plugin based on the [IntelliJ Platform Plugin Template][template]. [template]: https://github.com/JetBrains/intellij-platform-plugin-template