An open API service indexing awesome lists of open source software.

https://github.com/revoconner/vscode-search-filenames

Something to search filenames and not just inside files for vscode explorer. Cannot believe the default implementations are so bad.
https://github.com/revoconner/vscode-search-filenames

Last synced: 5 days ago
JSON representation

Something to search filenames and not just inside files for vscode explorer. Cannot believe the default implementations are so bad.

Awesome Lists containing this project

README

          

# VScode search filenames (not inside files)
Something to search filenames and not just inside files for vscode explorer. Cannot believe the default implementations are so bad.

image

---

## Features
- Persistent
- Option to hide files that matches but are in gitignore file pattern


image
____


image

- Three search options
- Wildcard - just type as *.cpp
- Regex - start with r:\.cpp
- Glob - start with g:**/*.cpp
- Sort by
image
- Right click context menu with added support to get checksum hash.

image

# How to install

1. Download the vsix file.
2. Go to extensions
3. Install like this

image

## How is it different from ctrl+p or ctrl+alt+f
- It doesn't disappear when you click or lose focus.
- The files are right there as a list, instead of hiding behind folders and subfolders with just a highlight.
- It doesnt searches inside the file, just the name, so you filter our something like .py or .cpp file
- Supports, normal wildcard, regex and glob.