Ah, I missed that. I'm not at work now, so I couldn't check for myself.
I'll have to see if those keyboard shortcuts work. I wound up writing a
macro to do the work for me.
Cecelia
j o a r wrote:
…
It was mentioned at the beginning of this thread: Shift+Tab.
Does Visual Studio have a Comment/Uncomment
command? I couldn't find one in the editor I used for VBA.
Google claims that its the ever so elegant:
Comment: Ctrl+K, Ctrl+C
UnComment: Ctrl+K, Ctrl+U
(Note: Sarcasm. It's not elegant at all.)
Weird, as it seems natural to use a single shortcut to toggle between
the two states (at least that should suffice for 99% of the time you
use it). I think that Xcode has it right with: Cmd+/
j o a r
|