- install VScode editor
-
https://code.visualstudio.com/docs/setup/mac
- click the first step to download VScode editor
-
Note: remember to draw the
VScode.appinto theApplicationin yourFinder
- install the extension( C# dev, C#) from VScode editor
- Note: remember to sign in your account in VScode
- install .net SDK
-
dotnet --version: check if you have installed .net sdk before -
dotnet new console->dotnet run .: getHello, World!output String to make sure the VScode editor working OK