Add IDE support for custom configSections in App.config / Web.config
Can the IDE parse the <configSections> element, load the referenced assemblies, and show IntelliSense for the custom sections?
This will make it much easier to get started with popular open-source projects that use custom config sections.
1
vote