Permanently turn off spelling and typo inspections
I know that I can disable the spelling / type inspections on a per project basis and it is one of the first things I do after I create a new project.
Is there a way to permamently disable the spelling / type inspections within IntelliJ IDEA 12 so that I do not have to do this for every project I create?
请先登录再写评论。
Hi.
Every project is created with predefined inspection profile. You probably should just disable that inspection in the profile definition of template settings.
See main menu / File / Other Settings / Default Settings, and there Inspection page, Project Default profile (it's called so for me, at least).
Regards,
Alexander.
Thanks for the info! That's exacty what I was looking for.