R
R
Reikoni2021-04-16 18:32:41
C++ / C#
Reikoni, 2021-04-16 18:32:41

How to use constructor or designer in VS code C#?

Hello. I'm using Linux so I can use Visial Studio Code (hereafter just vsc). Well, I'm starting to learn C#. And I ran into the question: How is a designer in WinForms?
I can launch it using Mono, but find the designer in the editor itself ... In general, can you tell me where to find it or what extensions are needed and TD, please)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vasily Bannikov, 2021-04-16
@vabka

No way. There is a form designer (at least it used to be) in Monodevelop, but only for mono, because Winforms is only for Windows.
If you want cross-platform technology, then take Avalonia, it seems to have a browser preview

S
Sergey Karbivnichy, 2021-04-16
@hottabxp

I've been looking for this for years. And so found nothing. Sometimes, sometimes you need to quickly sketch out a utility for yourself on winforms. I'm running Windows XP on a virtual machine with SharpDevelop in it. SharpDevelop has a great designer. In it I make a form with buttons and other junk, then I simply transfer the form code to MonoDevelop. Windows XP flies on an old laptop in a virtual machine even without virtualization (if you expand it to full screen - there is no difference with a real PC - they knew how to write software back then!). And in Linux it takes all 400-600 MB of RAM.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question