Show code actions in a quick pick/fuzzy style for VS Code. This extension provides a more convenient way to access code actions through a searchable quick pick interface.
- Access all available code actions through a searchable quick pick menu
- Fuzzy search through code actions
- Shows code action kinds for better context
- Works with all languages and code action providers
- Keyboard-friendly interface
- Place your cursor where you want to see available code actions
- Press
Ctrl+Shift+P
(Windows/Linux) orCmd+Shift+P
(macOS) to open the command palette - Type "Show Code Actions Quick Pick" and press Enter
- Use the quick pick menu to search and select your desired code action
You can also bind the command qpca.showCodeActions
to a keyboard shortcut of your choice.
VS Code version 1.94.0 or higher.
This extension doesn't require any specific settings.
None at this time. Please report any issues on the GitHub repository.
Initial release of Quick Pick Code Actions:
- Basic functionality to show code actions in quick pick
- Support for all code action kinds
- Fuzzy search capability
Contributions are welcome! Please feel free to submit a Pull Request.
This extension is licensed under the MIT License.
Paurini Taketakehikuroa Wiringi