Édo*_*pez 2 dictionary ide spell-checking hunspell pycharm
我正在使用 Pycharm 以法语和英语开发项目,我的整个系统都是en_US.UTF-8基于的,我的Pycharm.
在浏览了拼写检查的Pycharm 文档后,我将hunspell字典目录添加到Pycharm并仅保留:
/usr/share/hunspell/fr_FR.dic
/usr/share/hunspell/en_US.dic
Run Code Online (Sandbox Code Playgroud)
这对拼写检查器没有影响。
Pycharm 和其他 Jetbrains 产品是否支持 hunspell.dic格式?
我现在是一名工程师,负责 JetBrains 产品中的拼写检查子系统。
Hunspell 插件最近被添加到 plugins repo 以支持这种词典,因此您可以安装它,您将能够将 hunspell 词典添加到 PyCharm 和其他 JetBrains 产品。
详情请见:https : //blog.jetbrains.com/phpstorm/2018/01/hunspell-dictionaries-support/