How many times during the day do you require to comment and uncomment code? Although I know that I am a bit biased with regards to the use of shortcuts, I still get irritated when I see developers using the VS toolbar to constantly comment and uncomment code. It could be the case that they do not know the shortcuts or they are just lazy to remember them. It’s not that there is something wrong with the toolbar but in my opinion shortcuts are there to improve the developers experience.
So if you’re not a shortcut junkie, as a start try to remember shortcuts that are mostly used and commenting is one of them:
Use Ctrl+K, Ctrl+C to comment code
and Ctrl+K, Ctrl+U to uncomment code.
It couldn’t be easier.

