Search code examples
dictionaryphpstormcode-completionspelling

Is there an way to get basic "spell completion" with an .dic file in PhpStorm?


Is there an way to get basic "spell completion" with an .dic file in PhpStorm ?

I think it's possible because on this page we can find this image

But I've just installed a dictionary now. It's work, but it's say only if it's wrong or right.

My currently version of PhpStorm is 8.0.3.


Solution

  • Spell checker suggestions (from dictionaries on misspelled words) can be reached by:

    • via Quick Fix menu (invoked by Alt+Enter) while standing on word highlighted by Typo inspection

    enter image description here

    • via Context Menu (right click) on such misspelled (or unknown to IDE) word

    enter image description here


    https://www.jetbrains.com/phpstorm/help/spellchecking.html?search=spell