In application im using settings.Settings file for configuration. Is there any way to add comments when using this? One option is to add comments manually to app.config but after adding new config item from settings.Settings view the comments are stripped out.
Is there a way im not aware yet or should i just stop using the settings.Settings view?