i am creating a VSPackage, i want to add small icon beside VS Project items, looks like in the attached image. please help me.
Asked
Active
Viewed 107 times
1 Answers
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