Skip to content

Instantly share code, notes, and snippets.

@FuriouZz
Created October 23, 2017 14:26
Show Gist options
  • Save FuriouZz/86f200afa334e2d8a451a09922b326ff to your computer and use it in GitHub Desktop.
Save FuriouZz/86f200afa334e2d8a451a09922b326ff to your computer and use it in GitHub Desktop.

Unity: Use VS Code with Intellisense instead of MonoDevelop

If Intellisense is not working, maybe dotnet and mono commands are not accessible.

If dotnet is missing.

ln -s /usr/local/share/dotnet/dotnet /usr/local/bin/dotnet

If mono is missing.

ln -s /Library/Frameworks/Mono.framework/Versions/Current/bin/mono64 /usr/local/bin/mono

More information here and there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment