text editor - Documentation for custom fonts and colors in Visual Studio environment options -


the documentation on each display item in visual studio's environment options fonts , colors lacking. there documentation page on msdn, incomplete (not display items listed), , contains limited descriptions. makes difficult customize code editor styling understand items need manipulate. lack of search function further complicates things.

the main question answer question is, is there more extended documentation on available somewhere?

since highly doubt (at least search efforts have failed me far), suggest start bundling more elaborate documentation needed (complicated display items) posted answers question. encouraged add screenshots visible impact instantly visible.

there no documentation available for highlighted definition, highlighted reference, , highlighted written reference. these pertain highlighting similar items within source code item selected.

highlighted definition: specifies highlight color selected item defined (e.g., member definition, type definition, constructor, ...).

highlighted reference: specifies highlight color selected item referenced.

highlighted written reference: specifies highlight color selected item assigned new value.

in example below:

  • red highlighted definition
  • blue highlighted reference
  • green highlighted written reference

an example of highlighted definition, reference, , written reference.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -