How to add an icon for tool window in visual studio extension

813 Views Asked by At

I created a tool window into my VSIX using

I completed creation of my project but unable to upload/show an icon in the menu. How to display an icon in the context menu?

enter image description here

1

There are 1 best solutions below

0
On BEST ANSWER

You can make use of bitmap icon and show it on menu command. More details mentioned here https://learn.microsoft.com/en-us/visualstudio/extensibility/adding-icons-to-menu-commands?view=vs-2019