Find All Occurrences Extension for VS Code
Enhanced Find All functionality with persistent highlighting, inspired by Notepad++'s features.
Features
- Unified search dialog with all options
- Persistent highlighting with customizable colors
- Clickable results panel
- Remembers search preferences between sessions
Usage
- Press
Cmd+Shift+F (Mac) or Ctrl+Shift+F (Windows)
- Enter your search term
- Select search options:
- Match Case
- Whole Word
- Regex
- Highlight Color
- View results in the side panel
- Click any result to navigate to that location
Requirements
Extension Settings
This extension contributes the following settings:
findAll.matchCase : Remember match case preference
findAll.wholeWord : Remember whole word preference
findAll.useRegex : Remember regex preference
findAll.highlightColor : Remember highlight color preference
Known Issues
None currently. Please report any issues on GitHub.
Release Notes
1.0.0
Initial release with core Find All functionality
| |