show/hide this revision's text 2 added answers

I'm coming from Eclipse, working in Visual Studio 2008 Express and just want to highlight code, right-click and comment it out.

  • nothing in right-click
  • looking in Tools | Options, Toolbars, Commands, can't find a button for it...

How do I activate this the comment/uncomment feature, I know Visual Studio 2003 had it.

HERE ARE THE ANSWERS, TURNS OUT IT DEPENDS WHAT YOU ARE USING:

Visual Studio 2008 Full Version:

Comment    ctrl-k, ctrl-c
uncomment  ctrl-k, ctrl-u

Visual Web Developer 2008 Express:

Comment    ctrl-k, ctrl-c
uncomment  ctrl-k, ctrl-u

Visual C# 2008 Express:

Comment    ctrl-e, ctrl-c
uncomment  ctrl-e, ctrl-u
show/hide this revision's text 1

Need hotkey/button to comment out a block of code in Visual Studio 2008 Express

I'm coming from Eclipse, working in Visual Studio 2008 Express and just want to highlight code, right-click and comment it out.

  • nothing in right-click
  • looking in Tools | Options, Toolbars, Commands, can't find a button for it...

How do I activate this the comment/uncomment feature, I know Visual Studio 2003 had it.