C
C#8mo ago
Yazed0071

❔ How to make a GUI in VSC ?

^
10 Replies
Buddy
Buddy8mo ago
$vscode
MODiX
MODiX8mo ago
Follow the instructions here on getting started with DevKit for C# in VSCode: https://code.visualstudio.com/docs/csharp/get-started
Get started with C# and .NET in Visual Studio Code
Getting Started with C# and .NET Development in Visual Studio Code
Buddy
Buddy8mo ago
I would never recommend VSCode for anything GUI but you need to use dotnet cli
Yazed0071
Yazed00718mo ago
oh I see, what would you recommend?
Buddy
Buddy8mo ago
Visual Studio 2022 Community If you are not on Windows then JetBrains Rider. (Paid)
Will
Will8mo ago
^Rider is free if you use the nightly builds
JakenVeina
JakenVeina8mo ago
I don't see why VS Code shouldn't be recommended for GUI work, given that the answer to "How to make a GUI in VSC" is "The same way you would in any other environment" just with all the pains of VS Code none of the pains of VS Code have anything to do with GUIs, that I'm aware of
Unknown User
Unknown User8mo ago
Message Not Public
Sign In & Join Server To View
Yazed0071
Yazed00718mo ago
Thanks! Will check it out when im home
Accord
Accord8mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.