Visual Studio 中大型解决方案中最喜欢的项目

发布于 2024-11-02 06:48:03 字数 206 浏览 4 评论 0原文

如果有人问这个问题,我深表歉意 - 我找不到比赛。我有一个解决方案... 96 个项目。我一次和 3-4 个人一起工作。有没有办法过滤掉、标记为收藏等我当前感兴趣的项目?由于项目是按字母顺序排序的,而且我的一个项目从 B 开始,另一个从 T 开始,所以我总是不得不向下滚动并在寻找需要的东西时给我的大脑施加压力,这一事实放大了这个问题。有点令人失望。我认为我没有使用解决方案文件夹。这是要走的路吗?

Except my apologies if this has been asked - I couldn't find the match. I have a solution with... 96 projects. I work with 3-4 at a time. Is there a way to filter out, mark as favorite, etc. projects that I am currently interested in? The problem is amplified by the fact that projects are sorted alphabetically and because one of my projects starts on B and another on T, I always had to scroll down and stress my brain while looking for needed thing. Somewhat disappointing. I don't think I used solution folders. Is that the way to go?

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

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

发布评论

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

评论(5

澜川若宁 2024-11-09 06:48:03

我的建议是创建新的解决方案并添加您正在使用的项目。我猜测它们还会依赖其他项目,在这种情况下,您也可以将这些项目引入您的解决方案,或者更新任何引用以直接指向这些其他项目的二进制文件。

My recommendation would be to create new solutions and just add those projects that you're working with. I'm guessing there will also be other projects they depend on, in which case you can either bring those into your solution as well, or update any references to point directly to the binaries of those other projects.

饮湿 2024-11-09 06:48:03

您可以为此使用解决方案文件夹。

解决方案文件夹只不过是将项目分组在一起的元文件夹。

You can use solution folders for this.

Solution folders are nothing more than meta folders that just group projects together.

放肆 2024-11-09 06:48:03

虽然最初的问题是两年前提出的,但我想提出一个解决方案。

免费的 Visual Studio 扩展 Funnel 提供了用于选择性加载的加载筛选器项目清单。在对所有项目进行初始编译(这是为了满足所有依赖项所必需的)之后,只能加载当前任务真正需要的项目。可以为解决方案的每个方面定义负载过滤器,在加载时相互组合并在团队中共享。

Although the original question was asked 2 years ago I would like to suggest a solution.

The free Visual Studio extension Funnel provides load filters for selective loading of project lists. After an initial compilation of all projects (which is required in order to fulfill all dependencies) only the projects which are really required for the current task can be loaded. Load filters can be defined for each aspect of the solution, combined with each other at load time and shared in teams.

还在原地等你 2024-11-09 06:48:03

生产力工具中的“解决方案导航器”是否可以插入- 有帮助吗?

它允许您...

  • 搜索您的解决方案,一路向下
    给班级成员
  • 筛选您的解决方案
    或项目来查看刚刚打开的文件,
    未保存的文件等
  • 会创建工具窗口的多个实例。每个工具窗口都可以有一个唯一范围的视图。这些视图可以集中于单个项目、类或文件,甚至可以基于搜索结果。

Would the "Solution Navigator" from the Productivity Power Tools plug-in help?

It allows you to...

  • Search your solution, all the way down
    to class members
  • Filter your solution
    or projects to see just opened files,
    unsaved files, and so on
  • create multiple instances of the tool window. Each tool window can have a uniquely-scoped view. These views could be focused around a single project, class or file, or even based from search results.
牵你手 2024-11-09 06:48:03

我想人们可能建议的一件事是切换到 VS2010,它具有更多插件和集成功能,可以比 VS2008 更快地搜索和浏览。尽管它仍然缺乏创建项目链接的能力,这些链接可以放入解决方案文件夹中,从而创建多对多关系。

I guess one thing that one may suggest is to switch to VS2010 that has more plugins and integral functionality to search and browse faster than in VS2008. Although it still lacks ability to create links to projects which can be placed into solution folders creating many to many relationship.

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