How can I tell IntelliJ's "Find in Files" to ignore generated files? -
i need find in files. want ignore or exclude generated files, jax-ws artifacts or classes in target folders. how can tell idea exclude these files find?
create custom scope defining set of files include/exclude search.
- ctrl+shift+f find in path dialog. (mac users press command+shift+f)
under scope select custom.
choose scope drop down list or create custom scope clicking on ... button right of dropdown.
- in dialog appears, click on + button , select local
- on right pane can include , exclude individual files , recursively include or exclude files beneath folder.
now when use find in path, use custom scope restrict files searched.
i suspect reference find in files in question these instructions may not apply version useful know functionality exists , there 30 day evaluation version.
Comments
Post a Comment