Enable Intellisense Support for Configuration Files In VS.NET 2003

Cool idea from Javier Lozano on CodeProject.

One of the new features Visual Studio 2005 has to offer is intellisense within your .NET configuration files (app.config and web.config). Thanks to this feature, the days of memorizing the .NET settings schema are almost over. However, for those who are not fortunate to upgrade the pain still remains. In this article, I will show how this feature can be enabled within Visual Studio 2003.

Enabling Intellisense Support In Configuration Files

No Comments