juanfranblanco / vscode-solidity

Visual Studio Code language support extension for Solidity smart contracts in Ethereum https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity
MIT License
904 stars 194 forks source link

Adding selection checkbox for right click menu items #461

Closed InfectedIsm closed 1 month ago

InfectedIsm commented 2 months ago

Hi,

Right now the right click menu is really cluttered with many options we might never use, or very rarely.

see here: https://github.com/user-attachments/assets/2b1d65d3-0951-4744-8ebb-cce1339f63e9

Would be great to add settings to the extension allowing us to chose which one to show in the right click menu.

Thanks for your great extension btw, which I think >90% of solidity devs uses

Regards

juanfranblanco commented 2 months ago

They cannot be toggled so I am creating submenus for each feature, was not supported before in vscode.

InfectedIsm commented 2 months ago

Oh I see, cheers! Thanks for the heads up

juanfranblanco commented 1 month ago

Submenus are now in the context menu, took me a while to figure out how to do something so simple!

InfectedIsm commented 1 month ago

Wow, definitely looks great ! :D Thank you so much