I am trying to develop a Windows Form application in Rider IDE but unable to open the Design screen (in Visual Studio double click on Form1.cs).
How to open it on Rider IDE?
Rider doesn't support that functionality, Source. If you have visual studio installed on same machine you could use it to design your forms since placing components on your form just generates C# code in other portion of partial class that is your form.