Toggle 评论键盘快捷键 (CTRL + /) 不起作用
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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
你只需要重新定义它。
You just have to define it again.