qcz / vscode-text-power-tools

Text Power Tools extension for VS Code
https://marketplace.visualstudio.com/items?itemName=qcz.text-power-tools
MIT License
97 stars 14 forks source link

Added setting options to control the menu context display. #8

Closed tiansin closed 4 years ago

tiansin commented 4 years ago

@qcz In this way, we can freely control which command menus are displayed, rather than fixed.

qcz commented 4 years ago

Not a bad idea. However I'm waiting for the completion of microsoft/vscode#100172, so I can put all possible commands into nice submenus. Let's see how that turns out and if it won't be suitable for what I imagined, I'll implement your idea.

qcz commented 4 years ago

The submenu API is available now in VS Code Insiders, so I've experimented with it. All commands are available in the submenus and I think it looks great:

Code_-_Insiders_2020-07-25_10-06-28

tjx666 commented 4 years ago

Waiting for it, now there is too many menu items in my editor context

qcz commented 4 years ago

1.16.0 with the new submenu feature is already published to the VS Code Extension Marketplace. It will be immediately available when VSCode 1.50 releases next week, and it is already available if you use VS Code Insiders.