I am working i a big solution with much projects and items. It would come in very handy if there was an add-in in visual studio where i can group some items together according to their function. that way when i work on a specific functional task i can immediately see all items that i need.
Simple example: I have a MVC project with
-Customers
- 1 view
- 1 partial
- 2 controller methods
- 1 model
-Invoices
- 1 view
- 2 partial
- 2 controller methods
- 1 model
In the add-in i would make 2 folders, Customers and Invoices. Opening the folder customer would show me all related items of the customer