vscode-extension-tester
vscode-extension-tester copied to clipboard
[🚀 Request] Support for quick actions menu
Currently it seems to be unsupported to control the quick actions (aka "quick fix") menu, that can be opened within the text editor or via the "Quick fix" command from the command pallet. I guess it is just another context menu, but I currently don't see a way to access it.
I am having the same kind of requirement for one of my scripts, I have to hover over the words with error/info highlight and apply Quick fix from the popup.