Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/date/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Intellij idea 如何从IntelliJ IDEA搜索中排除特定标识符?_Intellij Idea_Jetbrains Ide - Fatal编程技术网

Intellij idea 如何从IntelliJ IDEA搜索中排除特定标识符?

Intellij idea 如何从IntelliJ IDEA搜索中排除特定标识符?,intellij-idea,jetbrains-ide,Intellij Idea,Jetbrains Ide,我在一堆项目文件中使用了标识符badentifiername。我不想将该标识符与我的CTRL+SHIFT+F全局搜索相匹配 我使用不区分大小写的ident关键字作为搜索的输入。这将从以下示例性词语中匹配ident,ident,identiation,identity,我的ident,一些标识,和…坏标识名 我不想使用正则表达式,因为有很多标识符需要放在CTRL+SHIFT+F块列表上 我知道我们可以从搜索中排除整个文件或目录,但这对我没有帮助 如何排除特定标识符?IntelliJ IDEA中没

我在一堆项目文件中使用了标识符
badentifiername
。我不想将该标识符与我的CTRL+SHIFT+F全局搜索相匹配

我使用不区分大小写的
ident
关键字作为搜索的输入。这将从以下示例性词语中匹配
ident
ident
identiation
identity
我的ident
一些标识
和…
坏标识名

我不想使用正则表达式,因为有很多标识符需要放在CTRL+SHIFT+F块列表上


我知道我们可以从搜索中排除整个文件或目录,但这对我没有帮助


如何排除特定标识符?

IntelliJ IDEA中没有此类功能。IntelliJ IDEA中没有此类功能。