Code Rush:添加 using 语句的键盘快捷键
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您也可以使用 Ctrl+。在 Visual Studio 中显示“添加使用”上下文菜单。
You can also use Ctrl+. in Visual Studio to show the "add usings" context menu.
您可以将按键绑定通过在绑定的参数框中提供重构的显示名称来进行任何重构(或 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.