我是导航到窗口(Ctrl +逗号)的忠实粉丝,可以导航到类和文件。
问题在于,它还会显示与您的关键字匹配的属性,字段和方法。
在一个大型代码库中,这意味着导航到窗口充满了成员,而我主要使用它来寻找类。
问题:
是否可以在“导航到”窗口中隐藏属性和其他成员?
我已经查看了设置,但此刻没有运气。
注意:我没有使用Resharper并且正在寻找Visual Studio原生解决方案
答案 0 :(得分:1)
在Visual Studio 2017中,他们添加了一个非常有用的功能,您可以在其中键入“' f'在搜索之前只搜索文件。
赞:let storyboard = UIStoryboard(name: "Main", bundle: nil)
let secondViewController = storyboard.instantiateViewControllerWithIdentifier("secondViewControllerId") as! SecondViewController
self.presentViewController(secondViewController, animated: true, completion: nil)
仅搜索带有香蕉煎饼的文件。您还可以使用f banana pancakes
作为类型,还有其他一些非常好的新选项。
这也适用于社区版。如果您使用的是旧版Visual Studio,我建议您努力升级。