Reputation: 427
Is it possible to turn off all code analyzer warnings highlighting in the Matlab IDE, while keeping the code analyzer errors highlighting?
Looked around in preferences but didn't find any options except removing the underlining of warnings.
(They are still highlighted in code and visible at the right edge of the editor).
Workarounds I've found:
Upvotes: 1
Views: 240
Reputation: 6863
You can use the search bar in the Code Analyzer tab in the Preference menu to filter only warnings. Then you can select them all with ctrl+A
and right click and select 'Disable'.
Then you can save your new settings as a new mlint
config file.
Upvotes: 3