用于将文件分组到文件夹中的 Visual Studio 2010 扩展
我正在寻找一个扩展,允许我将文件分组到虚拟文件夹中。
示例:
我有一个包含 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我真的很喜欢“收藏夹文档”扩展。听起来好像有帮助。您可以在以下位置找到更多信息: 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/