Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我添加了对类的引用但忘记添加using指令时,R# 会建议自动插入它。我会通过alt+访问它enter。
using
现在,我在一个没有 R# 的系统上,这迫使我使用鼠标展开那个小东西来展开一个建议菜单。我怎样才能从键盘做到这一点?有可能吗?
您正在寻找的是展开智能标签菜单。 这可以通过按 Ctrl+Period (.)快捷键来完成。
您也可以为此使用++Alt快捷 方式。ShiftF10
编辑: 如果上面的组合对你不起作用,你可以像这样重新激活它:
1. Tools > Customize > Keyboard...(注意Keyboard...按钮在屏幕的右下角)
Tools > Customize > Keyboard...
Keyboard...
2. 找到该View.ShowSmartTag命令并将其设置回Ctrl+Period (.)快捷方式。
View.ShowSmartTag