IDEA使用问题 —— Inspection info 波浪线

IDEA使用问题——屏蔽Inspection info

IDEA新建代码文件,经常出现不必要的如下 Inspection info 阴影或下划线、绿色波浪线提示warn,有两种屏蔽 Inspection info 的方法。

Typo: In word ‘Zhen’ less… (Ctrl+F1) Inspection info: Spellchecker
inspection helps locate typos and misspelling in your code, comments
and literals, and fix them in one click.

方法一:

通过Highlighting Level 设置

第一步:
IDEA使用问题 —— Inspection info 波浪线_第1张图片
第二步:
IDEA使用问题 —— Inspection info 波浪线_第2张图片
完成:
IDEA使用问题 —— Inspection info 波浪线_第3张图片

方法二:

通过 Settings -> Inspection 设置

通过 Settings -> Inspection 可以取消勾选相应类型的 Inspection 从而关闭显示,但是当不知道当前 Inspection 类型时就不能直接进去 Settings 设置,可以通过快捷键自动跳转。
第一步:
IDEA使用问题 —— Inspection info 波浪线_第4张图片
第二步:
IDEA使用问题 —— Inspection info 波浪线_第5张图片
IDEA使用问题 —— Inspection info 波浪线_第6张图片
完成:
IDEA使用问题 —— Inspection info 波浪线_第7张图片

Nice …

你可能感兴趣的:(IDEA,使用报错)