I'm using Pycharm to develop projects both in French and English, my whole system is en_US.UTF-8
-based so does my Pycharm
.
After skimming the Pycharm doc on spell-checking I added the hunspell
dictionaries directory to Pycharm
and keep only:
/usr/share/hunspell/fr_FR.dic
/usr/share/hunspell/en_US.dic
Problem
This has no effect on the spell-checker.
Does Pycharm and other Jetbrains products support the hunspell .dic
format?
I'm an engineer responsible for spellchecking subsystem in JetBrains products now.
Hunspell plugin was recently added to plugins repo to support this kind of dictionaries, so you may install it and you will be able to add hunspell dictionaries to PyCharm and other JetBrains products.
The details can be found at: https://blog.jetbrains.com/phpstorm/2018/01/hunspell-dictionaries-support/
No comments:
Post a Comment