Tagged Questions

4
votes
2answers
180 views

Is there any way to do custom “grouping” of files in Visual Studio's Solution Explorer?

To explain a little more, I have a file Sidebar.cs, and I have Sidebar.js, and Sidebar.css. I would like to be able to make it Sidebar.cs, Sidebar.cs.js, and Sidebar.cs.css, and have the js and css ...