[Android Studio-04] 搜索过滤条件Scope设置

搜索过滤条件Scope设置




搜索 command + shift + f

替换 command + shift + 



如:
Test_File_InClude

包含所有带_test.dart 的文件

file:*_test.dart


Test_File_Exclude

不包含所有带_test.dart 的文件

!file:*_test.dart


组合使用:


$Test_File_Exclude&&$html_file_exclude

见链接 !

posted @ 2021-11-12 16:05  comefromchina  阅读(183)  评论(0)    收藏  举报