简体   繁体   中英

How to disable code inspection in IntelliJ IDEA

On line 2 and 3 there are highlights on "Node" and "label." How do I remove these highlights? The translucent highlight variables are sometimes not visible.

IntelliJ IDEA warns the developer about possible problems in the code this way. You can configure it manually in (Settings / Preferences (on macOS) | Editor | Inspection) section or perform the Intention action to disable/change them:

在此处输入图像描述

See the corresponding documentation page for more details.

The warning color can be changed in (Settings / Preferences (on macOS) | Editor | Color Scheme | General | Errors and Warnings) section.

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