Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Annotate code in VS 2010 without changing that code [closed]

I have just started a new job, and am trying to familiarise myself with a large C# solution, of 330 odd projects. Ideally I would like to attach comments and questions to pieces of code without actually editing the code itself.

Is there a tool I can use to annotate C# source code without actually editing the code itself. Ideally I would like a 'bubble' type comment mechanism, similar to how MS Word shows comments in a a document.

like image 534
ProfK Avatar asked Mar 02 '11 11:03

ProfK


People also ask

How do you annotate codes in Vscode?

open your Javascript project or javascript file with Visual Studio Code. CMD + SHIFT + P will open the Command Palette (you can also open via the menu View > Command Palette ) search for ANNOTATION and choose the action you want to perform.

How do you annotate in Visual Studio?

In Visual Studio, Solution Explorer, go to the of the file you want to annotate, right-click on that file and then choose Source Control and then Annotate. The Annotated window displays the annotated file.

What is the difference between code and clean code?

You can also run code cleanup across your entire project or solution. Right-click on the project or solution name in Solution Explorer, select Analyze and Code Cleanup, and then select Run Code Cleanup.

How do I fix Visual Studio error codes?

Use Quick Actions to fix or refactor code Or, when your cursor is on the line with the colored squiggle, press Ctrl+. or select the light bulb, error light bulb, or screwdriver icon in the margin. You'll see a list of possible fixes or refactorings you can apply to that line of code.


1 Answers

you can add bookmarks to lines of files of a solution. In vs2010 there is a view that shows all bookmarks and you can give tem names and sort them in bookmarkfolders.

like image 92
k3b Avatar answered Sep 21 '22 12:09

k3b