“导航至”在哪里?在 Visual Studio 2010 Express C# 中

发布于 2024-09-15 05:18:46 字数 53 浏览 2 评论 0原文

“导航到”是 Visual Studio Express 2010 中“缺失”的功能之一吗?

Is "Navigate to" one of the "missing" features from Visual Studio Express 2010?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

茶色山野 2024-09-22 05:18:46

这在速成版中确实是缺失的。

that is indeed missing in the express edition.

美煞众生 2024-09-22 05:18:46

Visual Studio 的快速版本中不包含导航扩展

但是,我使用外部文件搜索程序,它也能正常工作(也许更快?)

Launchy -它将文本输入集中在 Windows 中的击键上(经过一些修改的设置):

  • 我已将击键更改为 CTRL + ,
  • 目录设置为我当前的源目录
  • 设置仅搜索我的源文件类型
  • 将包含可执行文件/目录设置为 false
  • 自动打开延迟为 10 毫秒
  • 检查在失去焦点时隐藏 Launchy
  • 并重新扫描目录

然后我只需确保我的所有源文件设置为使用 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):

  • I've changed the keystroke to CTRL + ,
  • Set the Catalog to my current source directory
  • Set only my source file-types be searched
  • Set the Include executables/directories to false
  • Auto open delay to 10ms
  • Check Hide Launchy when it loses focus
  • And Rescan the catalog

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文