Replies: 1 comment
-
|
I'm also looking for a solution. A workaround would be to add/remove the folder to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Most often when I run
live_grep, I'm not really interested in results from all files. Usually I only want results from a certain file type, or from files in a certain subdirectory.Is there anything I can write in the
builtin.live_grepsearch box that enables me to also filter for filenames?I know there is precedence for this, because when using
builtin.lsp_document_symbols, I can write (for example):class:to only display class symbols.It would be awesome if I could write: (for example)
:.xml:footo search for the text string "foo" in files that contain ".xml" in the filename.Is there any such mechanism currently?
Beta Was this translation helpful? Give feedback.
All reactions