How to work with WPF application settings?
Answered
In Visual Studio I have used the following tab in project's Properties:

Is there a similar place in Rider?
So far I did not find anything that allows working with these settings in Rider and I did not find anything in Google.
Rider 2020.1.3.
Please sign in to leave a comment.
Hi Vlad!
Since 2020.1 Rider has .settings file designer. To open it, just double-click on your settings file in the Solution Explorer.
Should you have any other questions, let us know.
Hi Alexandra.
Thank you very much for the advice! I didn't think that after making changes in settings.settings respective changes would be automatically made to App.config and Settings.Designer.cs.