Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.42 KB

README.md

File metadata and controls

54 lines (32 loc) · 1.42 KB

Quick Pick Code Actions

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.

Features

  • 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

Usage

  1. Place your cursor where you want to see available code actions
  2. Press Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (macOS) to open the command palette
  3. Type "Show Code Actions Quick Pick" and press Enter
  4. 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.

Requirements

VS Code version 1.94.0 or higher.

Extension Settings

This extension doesn't require any specific settings.

Known Issues

None at this time. Please report any issues on the GitHub repository.

Release Notes

0.0.1

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

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This extension is licensed under the MIT License.

Author

Paurini Taketakehikuroa Wiringi