Visual Studio Code Editor Glyph Reference Margin

On the left side of the Visual Studio editor is a gray marker called "Indicator marker". For example, bookmarks and a red dot for a breakpoint are displayed. I'm looking for a link showing all the standard glyphs with an explanation of what they indicate. I have searched the net and cannot find it. I found this one for VS6:

https://msdn.microsoft.com/en-us/library/Aa238792(v=VS.60).aspx

This is a good example of what I would like to find for VS 2013 or 15.

I was also thinking about if I could extract glyphs from vs in some way by creating an extension. If I go this route, which object will have standard glyphs and can I access it from my extension? I can see where I can add the glyph, but not sure if I can extract all existing ones.

So my question is, do you know an online standard glyph reference list? and can I use C # or VB to extract glyphs from Visual Studio?

+3


source to share


2 answers


There is an online link for StandardGlyphGroup and KnownMonikers here: http://glyphlist.azurewebsites.net/standardglyphgroup/



+2


source


Just to document my results here: According to Microsoft, there is no public reference sheet. They suggested a link below about debug glyphs:



https://msdn.microsoft.com/en-us/library/vstudio/008h021s(v=vs.100).aspx

0


source







All Articles