如何在 Visual Studio 2008 对象浏览器中执行通配符搜索?
在 VB6 中,当搜索对象浏览器时,我可以使用星号作为通配符。例如,搜索“c*Report”将找到“cFooReport”和“cReport”。我似乎无法在 VS2008 中做同样的事情,我只是错过了一些明显的东西吗?
In VB6 I could use an asterisk as a wildcard when searching the object browser. For instance, searching on "c*Report" would find "cFooReport" and "cReport". I can't seem to do the same in VS2008, am I just missing something obvious?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对象浏览器中没有通配符搜索,因此,您不会错过任何明显的内容。我能找到的最接近的东西是 Find Symbol ,它没有一个通配符选项,但有一个子字符串搜索选项。
There is no wildcard search in the Object Browser so, no you are not missing anything obvious. The closest thing available that I could find is Find Symbol which does not have a wildcard option but has a substring search option.