0

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

Diksha Mundhra
  • 121
  • 2
  • 12

1 Answers1

1

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

Deepak Kothari
  • 1,601
  • 24
  • 31