Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JetBrains Rider C# | Windows Form UI [closed]

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?

like image 819
Miguel Pinto Avatar asked Sep 22 '17 15:09

Miguel Pinto


People also ask

Does JetBrains rider support C?

Languages and Frameworks: C++ C++ support includes C, C++03, and partially C++11, C++14, C++17, C++20. ATL, MFC and COM projects are supported. JetBrains Rider detects C++ version automatically based on the platform toolset (General | Platform Toolset in the project properties) and/or on the /std switch.

Can I run C in IntelliJ?

note. C/C++ are not officially supported in IntelliJ IDEA, but you can use CLion. You can browse the JetBrains Marketplace to find an official plugin that adds support for almost any language, framework or technology used today, or for third-party plugins.

Does JetBrains support C++?

JetBrains C++ tools keep up with the constantly evolving C++ language to help you modernize your code and eliminate inefficiencies.

Can I code C in PyCharm?

Unfortunately PyCharm does not support any C/C++ coding and there are no existing plugins for PyCharm that will support this. With that said, there is an IDE for C and C++ called CLion which is released by JetBrains just like PyCharm.


1 Answers

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.

like image 84
Lex Li Avatar answered Oct 13 '22 04:10

Lex Li