I feel like I’ve been neglecting this powerful tool and not using it to full capacity. What are the most useful Visual Studio capabilities or tools that you use most often?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Reformat your Code
And you can also press
Ctrl+K, Ctrl+Cto comment a block of code,Ctrl+K, Ctrl+Uto uncomment a block of code.There is somthing I really like in VS where you can press
F12to go to the defenition of a variable or class…etc