Questions tagged [code-map]

Visual Studio Code Map

Visual Studio Ultimate / Enterprise editions have the Code Map feature that allows developers to visualize code elements and the relationships between them, highlight potential problems such as circular references and create mind maps of important code points.

47 questions
28
votes
1 answer

Is there a CodeMap alternative for Visual Studio Professional

I just saw a great video about CodeMap but to be able to create a CodeMap you need the Ultimate Edition of Visual Studio. Are there any free alternatives to CodeMap for Professioanl Edition? Even something outside of Visual Studio would be nice.
TruthOf42
  • 2,017
  • 4
  • 23
  • 38
24
votes
3 answers

Visual Studio Code Map: Unable to connect to the specified database

I can't use Code Map in Visual Studio due to this error: Unable to connect to the specified database. An exception occurred attempting to connect to a database using the following connection string: Data …
astef
  • 8,575
  • 4
  • 56
  • 95
22
votes
2 answers

Update the 'code map' in Visual Studio 2013 automatically?

I've started liking the "show on code map" that appears when you right click any class/method/field etc within Visual Studio 2013. However, I've noticed that it doesn't seem to be smart enough to 'redraw' (or be commanded to redraw) when the…
DeepSpace101
  • 13,110
  • 9
  • 77
  • 127
8
votes
1 answer

How do you generate a Code Map diagram of your project in Visual Studio Community 2015?

Microsoft's documentation is incredibly confusing or lacking in showing us how to generate a code structure / Code Map. On visualstudio.com, in the "Compare Visual Studio 2015 Offerings" table, under Architecture and Modeling, it is shown that…
Spectraljump
  • 4,189
  • 10
  • 40
  • 55
6
votes
0 answers

Interactive Flowchart Like Code Map When Debugging JavaScript (in Visual Studio Code)?

When reading some big open source projects' codes, it'd be pleasant if there's a view that shows the visualization result of program executing flow when debugging JavaScript. So if there're any tools like code map for debugging javascript? Like…
6
votes
2 answers

Code Map Missing Visual Studio

We just switched over to VS 2013 and I heard that you're supposed to be able to generate code maps for your entire application. Awesome feature indeed, that could get new developers on our project up to speed. Watched a couple of tutorials, but when…
Dennis
  • 90
  • 1
  • 4
6
votes
1 answer

Tool "Code Map" of VS2012 in VS2010

I'd like to use Code Map, which can be used in Visual Studio 2012, also in Visual Studio 2010. If you don't know what Code Map is, this is how it looks like: here's a tutorial from Microsoft:…
Rudi
  • 926
  • 2
  • 19
  • 38
4
votes
1 answer

Interactive Flowchart Like Code Map in Visual Studio

I am looking for a tool to make a clickable flowchart. Very much like the Code Map found in Visual Studio (I've been using 2015 Enterprise). I want to have the clickable boxes to see more detailed content, but for any kind of flowchart diagram, not…
Dan-m
  • 43
  • 1
  • 5
3
votes
2 answers

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…
Ian
  • 4,885
  • 4
  • 43
  • 65
3
votes
1 answer

Code Map for ASP.NET Projects in Visual Studio 2013 Ultimate

I need to visualize complex business logic on a single ASP.NET page that has over thousands of lines code so I decided to give Visual Studio's own "Code Map" feature a shot, which is described here:…
Furkan Omay
  • 1,047
  • 1
  • 11
  • 22
3
votes
1 answer

Code Map does not appear in Visual Studio 2013

I have installed Visual Studio 2013 but I can't find Code Map there. Can anyone show me where to find it?
user3297426
2
votes
0 answers

How to find all dependencies between two classes using VS Enterprise Code Map?

If I pull a class A and class B onto a Code Map, VSE (Visual Studio Enterprise) will map the direct calls of class A calling methods in class B. So, public class A { public void DoSomething() { b.DoSomethingElse(); } } This will…
On The Net Again
  • 265
  • 4
  • 16
2
votes
1 answer

VS2017 Architecture Code Map generation Error Symbol name is null

I wanted to try the Code Map generation functionality out in Visual Studio 2017 Enterprise on one of the projects that I'm working on. The result is a "Error Symbol name is null" on a "Error information" page with an empty "Call Stack". I have…
Adrian Z.
  • 904
  • 1
  • 12
  • 29
2
votes
0 answers

How do I make Visual Studio 2015's CodeMap useable for Native C++

CodeMap looks like it would be incredibly useful, but I haven't been able to make it useable yet. My most frequent use case is extracting functionality into new classes to clean things up, but despite appearing to be exactly what I need, I can't…
John Neuhaus
  • 1,784
  • 20
  • 32
2
votes
1 answer

Can't add items to Code Map in Visual Studio 2015 Preview CTP 5

Selecting any class, property or variable and pressing Ctrl+` doesn't add it to Code Map. Also Show on Code Map option is not available on the "right-click" menu. I am able to generate Code Map for the Solution or make a blank Code Map, but I am…
Alkasai
  • 3,757
  • 1
  • 19
  • 25
1
2 3 4