IntelliJ disable warnings

十年热恋 提交于 2020-01-17 05:04:26

问题


IntelliJ displays yellow markers in the scrollbar on the right for warnings. Is there a way to disable warnings or just the yellow markers in the scrollbar?

Follow-up: The file in question is from Adobe Flex SDK 4.1 frameworks/projects/framework/src/mx/controls/listClasses/ListBase.as. I have all inspections disabled. I've also disabled the JavaScript Intention Power Pack plugin. I have Highlighting Level set to None. With all this I still see warnings.


回答1:


I wouldn't disable all warnings -- they are there for a purpose.

You can right-click on the yellow warning marker -> "Customize Highlighting Level" -> "Configure Inspections" to tune the severity or turn off particular warnings...




回答2:


I have concluded that this is a bug in IntelliJ 10.5.



来源:https://stackoverflow.com/questions/7110460/intellij-disable-warnings

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!