Instead of a *.cs code behind or beside I\'d like to have a *.js file. I\'m developing a MVC application an have no need for a code beside because I have controllers, but i
There is VSCommands add-in which allow you to configure dependant files directly from IDE
Link updated, previous was http://mokosh.co.uk/vscommands
FYI: When VSCommands is installed, just select all the files you want to be Dependant and the root file, then Right Click -> Group Items... and VSCommands will ask which of the files you would like to be the root file.