Skip to content

Show code actions in a quick pick/fuzzy style for VS Code.

License

Notifications You must be signed in to change notification settings

p4-k4/quick-pick-code-actions

Repository files navigation

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

About

Show code actions in a quick pick/fuzzy style for VS Code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published