-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]How to search file in specific directory? #561
Labels
enhancement
New feature or request
Comments
You can try pressing |
Should be |
Great! |
Could I omit hidden directories (such as ".git") when searching file? |
By the page, Is this feature (exclude specific directory) no implented yet ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
coc-explorer works really great !
I use it all time when possible.
But there is a operation that I don't know how to make it.
VSCode has a feature that we can search files in specific directory.
Currently, coc-explorer supports "search file in current directory" with shortcut "f", while "search file recursively" with shortcut "F". But a lot files under ".git" will be searched.
So, how could I search file in specific directory? Or Could omit hidden directories (such as ".git") when searching file?
The text was updated successfully, but these errors were encountered: