Toggle 评论键盘快捷键 (CTRL + /) 不起作用

发布于 2025-01-09 00:24:16 字数 397 浏览 0 评论 0原文

我使用 SAS Enterprise Guide 和 Teradata Studio Express 为我的日常工作编写代码。 Windows操作系统。

我使用 CTRL + / 快捷键来注释两个应用程序中的代码行。突然,这条捷径不再起作用了。我已经检查了两个应用程序中的所有键盘和代码快捷键设置,似乎没有什么不合适的!

所有其他快捷方式似乎都适用于这两个应用程序,我使用的常用快捷方式如 CTRL+C (复制)、CTRL+X< /kbd>(剪切)、CTRL+V(粘贴)等

我不知道为什么“注释掉”快捷方式无法 登记。还有其他人遇到同样烦人的问题吗?

I use SAS Enterprise Guide and Teradata Studio Express to code for my day job. WindowsOS.

I use CTRL + / shortcut to comment lines of code out in both apps. Suddenly, this shortcut has stopped working. I've checked all my keyboard and Code Shortcut Key settings in both apps and nothing seems out of place!

All other shortcuts seem to work in both apps, common ones I use like CTRL+C (copy), CTRL+X (cut), CTRL+V (paste) etc

I've got no idea why the 'comment out' shortcut is unable to register. Anyone else encounter this same annoying issue?

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

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

发布评论

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

评论(2

半边脸i 2025-01-16 00:24:16

CTRL + : 会将您的行打包到 /**/

如果您选择了一个范围,Enterprise Guide将对您选择任何字符的每一行执行此操作。

CTRL + Shift + : 将解压它们

CTRL + : will pack your line in /* and */

If you have selected a range, Enterprise Guide will do that with every line from which you selected any character.

CTRL + Shift + : will unpack them

忘你却要生生世世 2025-01-16 00:24:16

你只需要重新定义它。

  1. 转到工具-->选项-->增强编辑器键
  2. 选择命令“注释所选内容...”,然后按
  3. “按新快捷键:”中的分配键,输入 ctrl + : 键,然后按分配

You just have to define it again.

  1. Go to Tools-->options-->Enhanced Editor Keys
  2. Select the Command "Comment the selection...." and press Assign keys
  3. within "Press new shortcut key:" enter the ctrl + : key and press assign
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文