【发布时间】:2017-04-04 19:11:21
【问题描述】:
我不知道该怎么说。
我通常使用 Ctrl + . 来解析命名空间,它极大地提高了我的工作效率。
直到最近我才使用快捷方式添加使用引用,但从昨天开始,默认行为是引用内联,例如
using System.IO; // what I'd want when I use the shortcut
MyMethod(System.IO.DirectoryInfo di) // what I'm getting
我不知道我做了什么改变,如果有任何见解,我将不胜感激。
谢谢
【问题讨论】:
标签: c# visual-studio namespaces keyboard-shortcuts