在 Aptana Studio 3.0 中查找注释代码的快捷方式

发布于 2024-11-06 13:17:05 字数 1459 浏览 0 评论 0原文

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

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

发布评论

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

评论(3

不乱于心 2024-11-13 13:17:05

我遇到了同样的问题,看起来键盘使快捷键 Shift-Ctrl-/ 和类似的快捷键完全无用(对于斜杠字符),并且 Aptana 不允许您更改这些快捷键。

我使用了Ctrl-7,适用于您选择的任何类型的代码,如果您想取消注释,只需重复该命令即可。

I was having the same problem, looks like the keyboard makes the shortcut Shift-Ctrl-/ and similar ones completely useless (for the slash character) and Aptana does not allow you to change those shortcuts.

I used Ctrl-7 and works for any type of code you are selecting, if you want to un-comment just repeat the command.

贱人配狗天长地久 2024-11-13 13:17:05

这取决于您使用哪种语言编写(这是 CSS、Javascript、HTML?)

对于 Javascript:

  • Ctrl-/ 添加或删除单行 //代码,或多个选定的行。

标准的 Java 注释快捷键是:

  • Ctrl-/ 用于添加/删除 // 对于单行代码或多行选定的行。
  • Ctrl-shift-/ 在所选代码周围添加 /* */。
  • Ctrl-shift-J 添加 Javadoc 注释。

您始终可以通过按 Ctrl-shift-l 查找快捷方式,这将显示所有当前可用快捷方式的列表。它们会根据您是否选择了任何内容、您正在编辑的文件类型等而变化。查找“添加注释”、“切换块注释”、“切换 JS 注释”等。

It depends on which language you're writing in (is this CSS, Javascript, HTML?)

For Javascript:

  • Ctrl-/ to add or remove // for a single line of code, or for multiple selected lines.

The standard Java commenting shortcuts are:

  • Ctrl-/ to add/remove // for a single line of code, or for multiple selected lines.
  • Ctrl-shift-/ to add /* */ around selected code.
  • Ctrl-shift-J to add Javadoc comments.

You can always find out shortcuts by hitting Ctrl-shift-l, which will bring up a list of all currently available shortcuts. They will change depending on if you have anything selected, what type of file you're editing, etc. Look for "Add comments", "Toggle block comments", "Toggle JS comments", and so forth.

独﹏钓一江月 2024-11-13 13:17:05

检查命令>来源>>评论。那里列出了许多快捷方式。

Check Commands > Source > Comments. A number of shortcuts are listed there.

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