需要热键/按钮来注释 Visual Studio 2008 Express 中的代码块

发布于 2024-07-08 15:39:25 字数 809 浏览 8 评论 0原文

我来自 Eclipse,在 Visual Studio 2008 Express 中工作,只想突出显示代码,右键单击并将其注释掉。

  • 右键
  • 单击“工具”| 中 没有任何内容 选项、工具栏、命令,找不到它的按钮...

如何激活注释/取消注释功能,我知道 Visual Studio 2003 有它。

答案如下,结果取决于您使用的是什么:

Visual Studio 2008 完整版:

Comment Ctrl-K , Ctrl -C
取消注释 Ctrl-KCtrl-U

Visual Web Developer 2008 Express:

注释Ctrl-KCtrl-C
取消注释 Ctrl-KCtrl-U

Visual C# 2008 Express:

注释 < kbd>Ctrl-E , Ctrl-C
取消注释 Ctrl-ECtrl-U

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

故人的歌 2024-07-15 15:39:25

奇怪的是 Ctrl+EC(注释)和 Ctrl+EU(取消注释)

通常是Ctrl+KCCtrl+KU 正如 Mauro 所说。 Express Edition 默认(且唯一)键盘映射另有说明。

Weird it's Ctrl+E, C (Comment) and Ctrl+E, U (Uncomment)

Normally It's Ctrl+K, C and Ctrl+K, U as Mauro says. Express Edition default (and only) keyboard mapping says otherwise.

私藏温柔 2024-07-15 15:39:25

组合键

注释 Ctrl-K , Ctrl-C
取消注释 Ctrl-KCtrl-U

这是 VS 2008,不确定 Express 版本是否有相同的东西。

the key combination

Comment Ctrl-K , Ctrl-C
Uncomment Ctrl-K , Ctrl-U

That's VS 2008, not sure if the express editions have the same thing.

愿得七秒忆 2024-07-15 15:39:25

Mauro 对快捷方式的看法是正确的,它们也在 Express 中。 您还可以在“编辑”->“高级”菜单中访问“注释/取消注释”块命令。 您可能还有一个工具栏图标来执行此操作,该图标看起来像几行,其中有一些缩进的蓝色行。

Mauro is right about the shortcuts, they're in Express as well. You can also get to the Comment/Uncomment block commands in the Edit->Advanced menu. You probably also have a toolbar icon to do this that looks like a couple of lines, with a few indented blue ones.

没有伤那来痛 2024-07-15 15:39:25

Visual Assist X 对此也有更好的快捷方式:

/ - 使用 // 注释该块
* - 使用 /* */

注释该块

,但我不确定 Visual Assist 是否适用于 Express 版本

Visual Assist X also has better shortcuts for this:

/ - comment the block with //
* - comment the block with /* */

I'm not sure if it Visual Assist works with The express edition though

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文