Is there a tool that will let me add/attach/associate notes to lines of code in Visual Studio 2013, but does not go into the source code.
Think of post-it notes sitting on some papers I'm working on, helping me keep track of some things I need to do, when I'm done I take them off.
Dendron is a local, open-source, Markdown-based note-taking tool that helps developers work with notes like they do with code.
You can open any solution, project, folder or file in Visual Studio Code by simply right-clicking it in Solution Explorer and select Open in Visual Studio Code.
Visual Studio CodeA standalone source code editor that runs on Windows, macOS, and Linux. The top pick for JavaScript and web developers, with extensions to support just about any programming language.
Try the Visual Studio Task List http://msdn.microsoft.com/en-us/library/txtwdysk.aspx
You can add items to it as needed, or add special comments in your code such as
// TODO: Do this later
Which will also show up in the task list.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With