- MacOS X Sierra minimum
- Install .NET Framework
- Install C# Extension on VSCode
If Intellisense is not working, maybe dotnet
and mono
commands are not accessible.
If dotnet
is missing.
If Intellisense is not working, maybe dotnet
and mono
commands are not accessible.
If dotnet
is missing.
{ | |
"version": "0.1.0", | |
"command": "npm", | |
"isShellCommand": true, | |
"args": [ "run" ], | |
"tasks": [ | |
{ | |
"taskName": "compile", | |
"isBuildCommand": false, | |
"showOutput": "always", |
// Place your key bindings in this file to overwrite the defaults | |
[ | |
{ | |
"key": "shift+cmd+.", | |
"command": "editor.action.commentLine", | |
"when": "editorTextFocus" | |
}, | |
{ | |
"key": "shift+cmd+.", | |
"command": "editor.action.blockComment", |
"use strict" | |
/** | |
* | |
* Loader.js | |
* | |
* ------------------------------------------------------------ | |
* | |
* Available property: | |
* |
"use strict"; | |
/** | |
* Rupture.js | |
* | |
* ------------------------------------------------------------ | |
* | |
* Available methods: | |
* | |
* Rupture.activate() |