VS code says my c# code is unsupported
Hi! Im new to c# and is still learning the basics and i have zero knowledge of how to set up vs code, i followed someone's tutorial on youtube and ended up with a vs code that tells me all my codes are unsupported. Help ðŸ˜
11 Replies
$vscode
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
Also leave a few tips and suggestions for me as a newbie in c#
$helloworld
@Vini
Thanks ill let you know if it works
Yes sure
@Vini Since you've setup C# Vsc, you might follow these resources/guides to learn the C# fundamentals before diving into the Unity's world
If you're on Windows and have a good enough system, there's no reason not to use Visual Studio as a beginner instead. It saves you all the hassle of setting up the environment so you can get straight to learning the language.
Ah you see, ive tried Visual Studio before, it was even more complex looking then VS code so i switched to VS code which i find much more simpler and looks easier to access
It may look like that way but under the hood VS Code is nothing but a code editor that relies on extensions and manually installed runtimes to actually behave like an IDE
Visual Studio does all of that out of the box