Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a CodeMap alternative for Visual Studio Professional [closed]

Tags:

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.

like image 395
TruthOf42 Avatar asked May 31 '13 14:05

TruthOf42


People also ask

How to use code map in Visual Studio?

To include the parent hierarchy for your items, press and hold the Ctrl key while you drag items, or use the Include Parents button on the code map toolbar to specify the default action. You can also drag assembly files from outside Visual Studio, such as from Windows Explorer.

How do I create a map in Visual Studio?

To add mapped folders to a projectOn the menu bar, choose File > New > Project. On the Create a New Project dialog select the SharePoint Visual Web Part* for the particular version of SharePoint you have installed. For example, if you have SharePoint 2019 install select the SharePoint 2019 Visual Web Part template.

What is code mapping?

Use code maps to navigate around pieces of code and understand the relationships between them. That way, you don't have to keep track of this code in your head, or draw a separate diagram. So, when your work is interrupted, code maps help refresh your memory about the code you're working on.


1 Answers

For some use cases, you can try the Quick Diagram Tool for C#.

like image 125
Arithmomaniac Avatar answered Sep 16 '22 14:09

Arithmomaniac