- Go through this
Hello World
walkthrough to install the .NET Core SDK - Install the C# VSCode extension. (It's the one whose icon looks like a ninja turtle)
- Install the
C# FixFormat
extension for VSCode - Go into your User Settings in VSCode (
CMD
+,
on Mac andCtrl
+,
on Windows) and check the following settings:
Format On Save
is checkedAuto Save
is set to eitheroff
,onFocusChange
, oronWindowChange
(FWIW, I like focusChange)