Skip to content

Instantly share code, notes, and snippets.

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.

Common Blender shortcuts

Camera

  • Shift + F - FPS mode

Outliner

  • Ctrl + Left Click - Select parent and its children
  • Shift + Left Click - Hide parent and its children
@FuriouZz
FuriouZz / tasks.json
Created December 26, 2015 02:11
VSCode tasks with npm scripts
{
"version": "0.1.0",
"command": "npm",
"isShellCommand": true,
"args": [ "run" ],
"tasks": [
{
"taskName": "compile",
"isBuildCommand": false,
"showOutput": "always",
@FuriouZz
FuriouZz / keybindings.json
Last active December 26, 2015 10:09
Some Sublime Text shortcuts in Visual Studio Code
// 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()