In Visual Studio (2008) is there a way to have a custom dependent file on another custom file?

前端 未结 6 855
我在风中等你
我在风中等你 2020-12-01 11:33

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

6条回答
  •  猫巷女王i
    2020-12-01 11:57

    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.

提交回复
热议问题