IntelliJ IDEA 怎样关闭重复代码提示:Show all duplicates like this
Posted 古语云
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IntelliJ IDEA 怎样关闭重复代码提示:Show all duplicates like this相关的知识,希望对你有一定的参考价值。
IDEA 提示如下:
Show all duplicates like this
Do not detect duplicates of this size
1. 打开左上角File-->Settings,选择Editor-->Inspections
2. 找到General,将duplicated code后面的勾去掉,然后点击Apply即可
以上是关于IntelliJ IDEA 怎样关闭重复代码提示:Show all duplicates like this的主要内容,如果未能解决你的问题,请参考以下文章
IntelliJ IntelliJ IDEA 自动导入包 快捷方式 关闭重复代码提示
IntelliJ IDEA “Finds duplicated code”提示如何关闭