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
0
votes
1 answer

Expanding CodeMap as output from Architecture in vs2017

How to view the complete expanded DGML generated from Architecure - CodeMap menu , till fields/methods. For each level currently we are required to select and click on expand in Group menu and it expands one level. How to drill down to all levels at…
Amruta
  • 1
  • 2
0
votes
1 answer

Is it possible to link the code map generated from one project to the code map generated by another project using visual studio Enterprise 2017?

Now,I have two separate projects in visual studio namely client1 and client2. And there are some places where client1 project refers client2 project. I'm going to generate separate code map for client1 and client2 and link them together. So that I…
Madhu
  • 101
  • 6
0
votes
0 answers

Visual Studio 2019 - Code Map: disable "direct" reference from source class / dotnet core

I generated a code map for a .net core based project in VS 2019 (v16.0.0 Preview 4.0). the problem: the code map 'creates' direct references to the source class Class 'A' forwards a reference for field1 to class 'B', B forwards it to C. In the map…
0
votes
1 answer

Is it possible to show the inherit relationship of two interfaces in a Visual Studio code map?

See the below image. IEnumerable inherits from IEnumerable but there is no arrow between them. I've already enabled all filters but still can't make then appear. How can I do that?
Just a learner
  • 26,690
  • 50
  • 155
  • 234
0
votes
2 answers

How to export large Code Map image in Visual Studio Enterprise 2017?

When I'm trying to save large diagram as an image: Visual Studio performs memory optimization and copies image in a lower scale. Other pixels are black: Is there's a way how I can easily get my diagram in a high resolution?
astef
  • 8,575
  • 4
  • 56
  • 95
0
votes
1 answer

Code Map Missing in Visual Studio 15 - Preview 4

Code Map feature was working fine in Visual Studio 15 - Preview 3. but after installation of Preview 4, Code Map option is disappeared. (Initially I have installed Workload - .NET desktop development) After little search, I found in Release notes…
amyth
  • 1
  • 3
0
votes
1 answer

Remove CodeMap from Visual Studio 2015

Is there any way to remove the CodeMap menus from the contextual menu on Visual Studio 2015? I use a lot the "Find references" feature, and since on VS2015 they changed it's position and added the awful functionality of references on codemap on it's…
Gusman
  • 14,905
  • 2
  • 34
  • 50
0
votes
1 answer

Visual Studio 2015 dependency map re-sizing issue

I'm new to the dependency map feature in Visual Studio 2015. I was looking to get a more visual view of some code that was given to be to work on. After using the feature I've found it very helpful with what I was trying to accomplish. However I'm…
0
votes
2 answers

VS2013 Adding Types to Code Map forces Rebuilding Projects

We have a large solution (112 projects) in VS2013 Ultimate. I love the Code Map feature, however when I am dragging types onto a Code Map dgml it insists on building the solution - even though I have not made any changes. I can't see many options…
Andez
  • 5,588
  • 20
  • 75
  • 116
0
votes
1 answer

How to produce a memory image in Visual Studio

In Visual Studio, is there a way to produce a memory image of a solution? Similar to the Show on Code Map, except the image would keep track of pointers, values, etc.
0
votes
1 answer

code-map refresh without rearranging the layout?

I recently upgraded to VS ultimate 2013, as it was free for my msdn License. I'm playing around with the codemap function, and I for the most part think its very good. But what I dont like is when I add a new function to the map, it kinda blows up…
Terje Solem
  • 816
  • 1
  • 10
  • 25
0
votes
1 answer

Code Map Visual Studio not showing circular references

I have this code that has a circular reference between Service1 and Service 2 and I am using VS2015 Code Map to find circular references but they do not seem to be showing up I have selected Layout > Analyzers > Circular References Analyzer and…
kurasa
  • 5,205
  • 9
  • 38
  • 53
0
votes
2 answers

Visual Studio 2015 code map external dependencies

I have a native Win32 project written in C and wanted to visualize my project's dependencies from external DLLs. Visual Studio 2012 and 2013 let me generate a code map which would not only show all my functions and their dependencies from each other…
purefanatic
  • 933
  • 2
  • 8
  • 23
0
votes
1 answer

Why is Architecture menu tab in VS2015 RC Ultimate missing?

I would like to use the feature to see dependency(CodeMap?) of a Class/Project, not the TypeDependency at the Solution level (that's way too much more info than I need). To view TypeDependency, Microsoft documentation says "Get an overview of your…
haku
  • 4,105
  • 7
  • 38
  • 63
0
votes
2 answers

Visual Studio 2013 - c++ code map error message

I've used Visual Studio's 'Code Maps' extensively for my C# projects in the past. I'm now working on a native c++ project and running into problems. When I add a class or method to a Code Map I get the following error message with no context or help…
Russell Trahan
  • 783
  • 4
  • 34