https://github.com/pony-huang/ccecdict
中英字典(离线)的双解词典代码提示插件 intellij-plugin
https://github.com/pony-huang/ccecdict
golang intellij-idea intellij-plugin pycharm
Last synced: 10 months ago
JSON representation
中英字典(离线)的双解词典代码提示插件 intellij-plugin
- Host: GitHub
- URL: https://github.com/pony-huang/ccecdict
- Owner: pony-huang
- License: apache-2.0
- Created: 2023-07-15T03:49:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T16:09:45.000Z (over 1 year ago)
- Last Synced: 2025-01-30T17:38:47.131Z (over 1 year ago)
- Topics: golang, intellij-idea, intellij-plugin, pycharm
- Language: Java
- Homepage:
- Size: 5.27 MB
- Stars: 18
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# [CCECDICT](https://github.com/PonKing66/CCECDICT)

[](https://plugins.jetbrains.com/plugin/22313)
[](https://plugins.jetbrains.com/plugin/22313)
基于 IntelliJ IDEA 的英汉词典代码补全插件。这个智能代码补全插件在编写代码时提供智能的中英文翻译代码补全功能,可以纠正单词拼写错误。
插件支持 PyCharm、Golang 和 IntelliJ Idea。你可以在插件设置中配置 [EEECDICT](https://github.com/PonKing66/CCECDICT)。该插件使用了庞大的 ECDICT 单词数据库,但只保留了[最常见的 10,000 个英语单词](https://github.com/first20hours/google-10000-english)。如果需要更多的教程,请访问 [这里](https://github.com/PonKing66/CCECDICT)。
安装方式有两种:
- 使用 IDE 内置的插件系统:在设置中找到“插件” > “市场” > 搜索“EEECDICT” > 安装插件;
- 手动安装:下载[最新版本](https://github.com/PonKing66/dictionary-completion/releases/latest),然后在设置中手动安装插件。
---

**注意:** ECDICT 单词库庞大,插件仅保存在[10000个最常见英语单词的列表](https://github.com/first20hours/google-10000-english),另有需求请自行配置[自定义数据库](https://github.com/PonKing66/CCECDICT)。
配置自定义数据库:
- [下载 ecdict-sqlite](https://github.com/skywind3000/ECDICT/releases/download/1.0.28/ecdict-sqlite-28.zip),配置字典库路径。

[template]: https://github.com/JetBrains/intellij-platform-plugin-template
[docs:plugin-description]: https://plugins.jetbrains.com/docs/intellij/plugin-user-experience.html#plugin-description-and-presentation
## Thanks
- [ECDICT](https://github.com/skywind3000/ECDICT.git) @skywind3000