create Comment uncomment button/shortcuts
In visual studio and SSMS we have buttons/shortcuts to highlight a block of code and comment it out or uncomment it. I would like to be able to comment in and out parts based on changes I make to one based on the other.
9
votes
Brandon D'Imperio
shared this idea
-
Brandon D'Imperio commented
ah, I should use my mouse more often.
-
There are already shortcuts for this (they're shown on the context menu)
Control+K = comment
Control+U = uncommentRegards