-1

i am creating a VSPackage, i want to add small icon beside VS Project items, looks like in the attached image. please help me.

enter image description here

John Saunders
  • 160,644
  • 26
  • 247
  • 397
Henka Programmer
  • 433
  • 6
  • 18

1 Answers1

2

This functionality is available to Source Control packages. You need to implement the IVsSccGlyphs interface and have the to return the list of available images.

You can also read more about how the status is calculated by Visual Studio by reading the documentation for the GetSccGlyph methods.

John Koerner
  • 37,428
  • 8
  • 84
  • 134