Question

I need to replace default naming convention in Visual Studio 2012 for aspx\ascx files. Is there a way I can do it?

As one of possible solution, I thought that I can make Extension that will subscribe to some Visual Studio 2010\2012 extension point to replace old naming convention to new one. But is there a way to intercept file creation?

Was it helpful?

Solution

Creating a new Project Template might help.

http://msdn.microsoft.com/en-in/library/s365byhx(v=vs.100).aspx

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top