Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Code-editor Indicator Margin Glyph Reference

Along the left side of the Visual Studio editor is a grey margin called the "Indicator Margin." This is where Bookmarks and the red dot for a break point are displayed for example. I'm looking for a reference page showing all of the standard glyphs with an explanation of what they indicate. I've searched the net, and can't find one. I did find this one for VS6:

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

It's a good example what I'd like to find for VS 2013 or 15.

I've also thought about seeing if I could extract the glyphs from vs somehow as well by creating an extension. If I go this route what object would have the standard glyphs, and can I access it from my extension? I can see where I can add a glyph, but not sure if I can extract all of the existing ones.

So my Question is: Do you know of an online reference sheet to the standard glyphs? and, would it be possible to use C#, or VB to extract the glyphs from Visual Studio?

like image 760
fossfool Avatar asked Oct 20 '25 04:10

fossfool


1 Answers

There's an online reference for both the StandardGlyphGroup and the KnownMonikers here: http://glyphlist.azurewebsites.net/standardglyphgroup/

like image 186
Omer Raviv Avatar answered Oct 22 '25 05:10

Omer Raviv



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!