简体   繁体   中英

How to make IntelliJ Idea display only compiler generated warnings and supress intelligent inspections?

我正在研究IntelliJ Idea14。是否有解决上述问题的方法?

Under "Inspections" in the Settings configuration, you can change your inspections profile to exclude the ones you don't want. Also, at the bottom right of the application window you can click on the "little guy in the hat" and turn down the inspections on a file-by-file basis.

Suppressing inspection in general may not be good idea. You could create multiple custom profiles and keep it as part of project. Create a new one called "minimum", which will have inspection that is meaningful to full team. Set that as default for project

Create another which will have much bigger set and run occasionally else where.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM