How to Disable Spell Checking for All My Projects

后端 未结 5 1019
耶瑟儿~
耶瑟儿~ 2020-12-24 04:32

Is there a way to disable spell check at the IDE level in PHPStorm? I need to individually disable spell check for all my projects right now which is a bit of a pest.

5条回答
  •  [愿得一人]
    2020-12-24 05:11

    You could leave the Spell Checking inspection enabled and just remove the visual effect in the editor by going to Settings | Colors & Fonts | General | Typo and unchecking Effect. This way it will not highlight the typos in the editor but when you manually run the code inspector the typos are listed.

提交回复
热议问题