Search code examples
windowiconsvisual-studio-2019vs-extensibilitycustomtool

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


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


Solution

  • 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