Search code examples
visual-studio-2013code-map

What do the colors mean on VS Code Maps?


Created some code maps in Visual Studio 2013 to see if they help in any way. They're actually quite good. However, it has coloured various entities and I've no idea how it has decided what colour to use for what entity.

There are blue, dark purple and pink entities showing. At first glance, blue is interfaces and abstract classes, but not always, pink and purple I have no idea.

Second there are arrows connecting the entities which are also coloured and occassionally dotted. I've no idea what these are supposed to represent without actually looking at them. Again I need some sort of key.

Thank you


Solution

  • You can get the meaning of a block by looking at the symbol it contains. The colours can vary, you can change the colours also. What you should see is the symbols. Below is the list of symbols:

    enter image description here

    The links:

    enter image description here

    You can find this legend from the legend button on top of a codemap file. As you can see in the picture below.

    enter image description here