Skip to content

Instantly share code, notes, and snippets.

@nicpalard
Last active June 13, 2018 08:15
Show Gist options
  • Save nicpalard/9fc8ce61a17dc5518bea11d79efdefb2 to your computer and use it in GitHub Desktop.
Save nicpalard/9fc8ce61a17dc5518bea11d79efdefb2 to your computer and use it in GitHub Desktop.
🔥 Transform vscode in a Unity IDE ✨

How to use vscode for Unity on Manjaro

  1. Install code, dotnet-sdk and omnisharp-roslyn packages (on Manjaro) or their equivalent.
  2. Setup code as Unity default editor
    • In Unity Editor go to Edit -> Preferences -> External Tools -> External Script Editor and browse to vscode executable (In UNIX like systems you can find code /bin/code (code-oss on Manjaro)
  3. Install vscode extensions:
    • C# (powered by OmniSharp) that will use Roslyn to provide context suggestion & more
    • C# FixFormat
    • C# XML Documentation Comments that will generate xml document comments
    • GitLens that will show helpfull git informations.
    • Unity Snippets Modified that will help you with common MonoBehavior functions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment