Quickly search within the current file using VS Code's built-in search.
- Opens VS Code's Search panel pre-configured to search only in the current file
- Uses all standard VS Code search options (Match Case, Whole Word, Regex)
- Open Command Palette (
Cmd+Shift+Pon Mac,Ctrl+Shift+Pon Windows/Linux) - Type "Find All Occurrences" and select the command
- VS Code's Search panel opens with the current file pre-filled
- Enter your search term and use the built-in search options
- VS Code 1.75.0 or later
- Simplified to use VS Code's built-in search
- Opens search panel scoped to current file
Initial release