“导航至”在哪里?在 Visual Studio 2010 Express C# 中
“导航到”是 Visual Studio Express 2010 中“缺失”的功能之一吗?
Is "Navigate to" one of the "missing" features from Visual Studio Express 2010?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这在速成版中确实是缺失的。
that is indeed missing in the express edition.
Visual Studio 的快速版本中不包含导航或扩展。
但是,我使用外部文件搜索程序,它也能正常工作(也许更快?)
Launchy -它将文本输入集中在 Windows 中的击键上(经过一些修改的设置):
CTRL + ,
然后我只需确保我的所有源文件设置为使用 Visual Studio 打开,只要它们在我的解决方案中,它就会打开该文件,就像我在解决方案资源管理器中导航到该文件一样。
优点:Launchy 使用比 Navigate To 更模糊的搜索,并且不会夸大 VS 本来就很差的性能。
Neither navigate to or extensions are included in the express versions of visual studio.
However, I use an external file-search program and it works just as well (Maybe quicker?)
Launchy - which brings a text input to focus in Windows on a keystroke (with a few modified settings):
CTRL + ,
Then I just make sure all my source files are set to open with visual studio and as long as they're in my solution, it'll open the file as if I navigated to it in the Solution Explorer.
Bonuses: Launchy uses a more fuzzy search than Navigate To, and doesn't bloat VS's already poor performance.