Disabling code inspections in single file/certain filetypes?
I have several configuration files (.ini) that I'd like to view as .properties -file for readability. The thing is that if I associate them to .properties file in Idea, the code inspections kick in and the whole files scream red. Is there a way to disable inspections per file or by file association? I'm using community edition.
Please sign in to leave a comment.
Hello sjalv,
The simplest way is to click on "Hector the Inspector" icon in the status
bar and set the highlighting level to Syntax.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I can't believe I missed that. :D Thanks!