Quick Fix Search
Add search functionality to VS Code's Quick Fix menu to quickly filter and find code actions.
Features
- Searchable Quick Fix: Press
Ctrl+. (or Cmd+. on Mac) to open a searchable list of code actions
- Real-time Filtering: Type to instantly filter available quick fixes
- Clean Interface: Compact display showing only action titles
Usage
- Place your cursor on code with available quick fixes (errors, warnings, or refactoring opportunities)
- Press
Ctrl+. (Windows/Linux) or Cmd+. (Mac)
- Type to search and filter the list
- Select an action to apply it
Requirements
VS Code version 1.80.0 or higher
Release Notes
See CHANGELOG.md for details.
1.0.0
Initial release with searchable Quick Fix functionality.
Enjoy!
| |