Code Rush:添加 using 语句的键盘快捷键

发布于 2024-08-08 06:12:14 字数 186 浏览 6 评论 0原文

在 VS 2008 中,当插入符号位于文件中没有 using 语句的类的名称上时,SHIFT+ALT+F10 将调出一个上下文菜单来添加 using 语句。

仅使用 CRTL+' 快捷键,Coderush/Refactor Pro 是否可以实现相同的功能? Id CodeRush/Refactor Pro 不支持开箱即用,那么插件就足够了。

In VS 2008, when the caret is on the name of the class which doesnt have a using statement in the file, SHIFT+ALT+F10 will bring up a context menu to add the using statement.

Is the same function possible with Coderush/Refactor Pro, only using the CRTL+' shortcut? Id CodeRush/Refactor Pro doesn't support it out of the box then an Addon would suffice.

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

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

发布评论

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

评论(2

〗斷ホ乔殘χμё〖 2024-08-15 06:12:14

您也可以使用 Ctrl+。在 Visual Studio 中显示“添加使用”上下文菜单。

You can also use Ctrl+. in Visual Studio to show the "add usings" context menu.

月寒剑心 2024-08-15 06:12:14

您可以将按键绑定通过在绑定的参数框中提供重构的显示名称来进行任何重构(或 CodeProvider)。

You can bind a keystroke to any refactoring (or CodeProvider) by supplying the display name of the refactoring in the parameters box of the binding.

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