How to reload custom spelling dictionaries without restarting PhpStorm?
Hi all,
I was wondering how to reload custom spelling dictionaries without restarting PhpStorm. Whenever I modify one of my custom dictionaries I have to restart PHPStorm for the changes to take effect. That might not be a problem on a i7 with 8GB+ but on my crappy PC it takes ages for PhpStorm to startup :)
I use PhpStorm 6.0 Build 126.162. If anyone knows I'm happy to hear, thank you'll in advance.
Cornelis.
请先登录再写评论。
Hi Cornelis,
Since custom dictionaries are connected per-project (each project has it's own list of custom dictionaries), try just closing and reopening the same project again (assuming that no other projects opened).
You can also try "File | Synchronize" to see if it will help.
Hi Andriy,
Thank you for your reply.
"File | Synchronize" did do nothing at all, but closing and reopening the same project works. And that's a lot faster then restarting. So I thank you very much for your answer.
Cornelis.