microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.69k stars 29.07k forks source link

Add VS Code Menu Panel Item for Extentions #211343

Open XXDIL1 opened 6 months ago

XXDIL1 commented 6 months ago

I have an extension in VS Code and I would like to add a context menu item to the VS Code Menu panel (File, View, Edit ...) related to my extention.

There could be an extra option called "Extension" like in Atom mentioned here : #6000 or under Edit maybe. The former makes more sense though.

I understand that this was asked for, long back, and there is no addition of this feature yet but it seems quite helpful. Also there is quite a demand for it : #365

vscodenpa commented 6 months ago

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

starball5 commented 6 months ago

Related on Stack Overflow: Add VS Code Menu Panel Item for Extentions

vscodenpa commented 5 months ago

:slightly_smiling_face: This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

loic-dev commented 5 months ago

Hello 🙂

I'm interested by this feature. I have already made a first draft on my personal repo. If you have advices ( code structure, vscode best practices, ...), comments or suggestions don't hesitate to send it to me.

vscode_extension_menu