[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
见链接 !

浙公网安备 33010602011771号