用于将文件分组到文件夹中的 Visual Studio 2010 扩展

发布于 2024-12-01 19:51:20 字数 309 浏览 1 评论 0原文

我正在寻找一个扩展,允许我将文件分组到虚拟文件夹中。

示例:

我有一个包含 3 个项目的解决方案。 UI (MVC)、安全层、业务层/DAL。

这 3 个项目中的每一个都有一些类/视图来处理“用户管理”的内容:

  • UI:视图、控制器、ViewModels
  • 安全层:安全检查
  • BL/DAL:业务逻辑、数据访问

我想要的是一个像“逻辑解决方案资源管理器”,我可以在其中创建虚拟文件夹,并在其中放置指向所有“用户管理”类/视图的链接。

有类似的东西吗?

I'm looking for an Extension that allows me to group Files into Virtual folders.

Example:

I have a Solution with 3 Projects. UI (MVC), Security Layer, BusinessLayer/DAL.

Each of the 3 Projects have some classes/views that handles stuff for let's say "User Management":

  • UI : Views, Controller, ViewModels
  • Security Layer: Security Checks
  • BL/DAL: Business Logic, Data Access

What I want is an Extension like a "Logical Solution Explorer" where I can create Virtual Folders in it and put links to all "User Management" classes/views in it.

Is there something like that available?

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

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

发布评论

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

评论(1

不回头走下去 2024-12-08 19:51:20

我真的很喜欢“收藏夹文档”扩展。听起来好像有帮助。您可以在以下位置找到更多信息: http://www.svprogramming.net/favorite-documents/< /a>

I really like the Favorite Documents extension. It sounds like it could help. You can find more information about it at: http://www.svprogramming.net/favorite-documents/

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