visual-studio

How to uncomment multiple lines of code in Visual Studio


I did a ctrl K + ctrl C (adds // to a line) on a lot of lines of code that I need uncommented. What is the quick key method to uncomment code in Visual studio?


Solution

  • Ctrl+K, Ctrl+U removes the // comments