Skip to content

Instantly share code, notes, and snippets.

@bekatom
Created November 25, 2016 15:52
Show Gist options
  • Save bekatom/34904fbbce861a2d04cb30227b38ac5a to your computer and use it in GitHub Desktop.
Save bekatom/34904fbbce861a2d04cb30227b38ac5a to your computer and use it in GitHub Desktop.
vscode_snippet_for_tron
"Display state tron": {
"prefix": "displayState",
"body": [
"console.tron.display({",
"\t$3name: 'State',",
"\t$3value: this.state,",
"});"
],
"description": "Log state to tron"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment