JetBrains Rider C# | Windows Form UI

Miguel Pinto picture Miguel Pinto · Sep 22, 2017 · Viewed 13.4k times · Source

I've developed a console application using Rider IDE by JetBrains.

What I wanted to know is if there's a way of build an UI using Rider IDE? Or a plugin which creates the basic setup for an app with UI?

Answer

Lex Li picture Lex Li · Sep 22, 2017

Q: Are you also developing a GUI designer like in Visual Studio for WinForms, WPF etc? A: Yes, we’re looking at how we can support at least previewing WinForms/WPF/Xamarin Forms. We’re not sure we’re going to make it for the first release though.

JetBrains already published the answer,

https://blog.jetbrains.com/dotnet/2016/11/28/introducing-rider-the-new-net-ide-webinar-recording-and-qa/

Generally speaking, they can easily support that on Windows (as open source IDE SharpDevelop already supports that). But it would be a less useful feature as Rider targets cross platform developers.