I built Code Mind Map - an extension for Visual Studio and VS Code that links mind map nodes to code.
For many years, I was using FreeMind to create mind maps with a knowledge base of a project I was currently working on at work. Such mind maps included all possible project information, from links to Jira tickets to code snippets, and so on.
When I was getting on a project with a large codebase, I was researching it by copying and pasting pieces of code into mind map nodes creating a mental map of the codebase.
I've always loved this way of organizing project knowledge and analyzing code, but there was no way to navigate to pieces of code from FreeMind to Visual Studio. I had to copy the code from the mind map node and then search for it in Visual Studio.
Well, not anymore.
I've built an extension for Visual Studio and VS Code that allows you to create powerful mind maps with nodes linked to code.
You can select a piece of code in the editor, press Ctrl+2, Ctrl+2, and the selected code will appear as a child node in the mind map.
Then, you can Ctrl+Click on the node and you'll immediately jump to the linked code.
You can use it for analyzing a code base, or as a way of having hierarchically organized bookmarks. It also has all the classic mind-mapping capabilities. You can use it to organize and have your project knowledge base in a single graph in one place.
The auto-save feature will keep your mind map saved.
I built Code Mind Map - an extension for Visual Studio and VS Code that links mind map nodes to code.
For many years, I was using FreeMind to create mind maps with a knowledge base of a project I was currently working on at work. Such mind maps included all possible project information, from links to Jira tickets to code snippets, and so on.
When I was getting on a project with a large codebase, I was researching it by copying and pasting pieces of code into mind map nodes creating a mental map of the codebase.
I've always loved this way of organizing project knowledge and analyzing code, but there was no way to navigate to pieces of code from FreeMind to Visual Studio. I had to copy the code from the mind map node and then search for it in Visual Studio.
Well, not anymore.
I've built an extension for Visual Studio and VS Code that allows you to create powerful mind maps with nodes linked to code.
You can select a piece of code in the editor, press Ctrl+2, Ctrl+2, and the selected code will appear as a child node in the mind map.
Then, you can Ctrl+Click on the node and you'll immediately jump to the linked code.
You can use it for analyzing a code base, or as a way of having hierarchically organized bookmarks. It also has all the classic mind-mapping capabilities. You can use it to organize and have your project knowledge base in a single graph in one place.
The auto-save feature will keep your mind map saved.
Please get it out at https://codemindmap.com/ and let me know what you think!