How do you comment and uncomment in visual studio?
Answer / Saurabh Kumar Singh
To comment a line in Visual Studio (C++, C#, VB.NET), use double forward slashes (//) before the line you want to comment. To uncomment, delete the double forward slashes. In HTML files, use HTML comments (<!-- and -->).
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I zoom in visual studio?
What are the Docking windows inside the IDE workspace?
Is visual studio community free forever?
How do I debug a program in visual studio?
Can I use visual studio community at work?
How do I get a dark theme in visual studio?
How do I open windows form application in visual studio 2019?
How do I show line numbers in sql server management studio?
What is the use of Ctrl-Shift-F?
What is peek definition in visual studio?
What is the use of Ctrl-F5?
How to Navigate between code inside the IDE?