Commenting my code in Visual Studio 2017 using Crtl+K+C and sometimes it works, but don’t know how to uncomment it back.
I tried to comment my code in Visual Studio 2017 using Crtl+K+C and sometimes it works, but don’t know how to uncomment it back. Help Please
2
Answers
u can comment code with ctrl+k+c and uncomment the code using ctrl+k+u
On Toolbar -> Edit -> Advanced -> Comment Selection ,
Uncomment Selection.