Skip to content

Instantly share code, notes, and snippets.

@AdamSheaffer
Created February 26, 2020 15:55
Show Gist options
  • Save AdamSheaffer/65fd8e00aeada10d7a0b9d0a6ebfbcf6 to your computer and use it in GitHub Desktop.
Save AdamSheaffer/65fd8e00aeada10d7a0b9d0a6ebfbcf6 to your computer and use it in GitHub Desktop.

C# Setup

  1. Go through this Hello World walkthrough to install the .NET Core SDK
  2. Install the C# VSCode extension. (It's the one whose icon looks like a ninja turtle)
  3. Install the C# FixFormat extension for VSCode
  4. Go into your User Settings in VSCode (CMD + , on Mac and Ctrl + , on Windows) and check the following settings:
  • Format On Save is checked
  • Auto Save is set to either off, onFocusChange, or onWindowChange (FWIW, I like focusChange)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment