Tuesday, 2 October 2007

How can we change the Encoding format in Visual Studio 2005

Advanced Save option is the only choice in Visual Studio to change the encoding property for a file and there is no other options to change the encoding property for the entire solution.

We can create an Add-in for detecting the encoding and warn the users or display the "Advanced Save As" dialog when saving the files. Add-Ins provides the ability to extend and automate the Visual Studio Integrated development environment.

No comments: