Skip to content

Instantly share code, notes, and snippets.

@rexlow
Created July 7, 2017 05:35
Show Gist options
  • Save rexlow/d2584a062c35b85c3c1a5933607d5597 to your computer and use it in GitHub Desktop.
Save rexlow/d2584a062c35b85c3c1a5933607d5597 to your computer and use it in GitHub Desktop.
reactotron vscode shortcut
// add this snippet at the bottom of the file, cmd+l will present you logging shortcut
{
"key": "cmd+l",
"command": "editor.action.insertSnippet",
"args": {
"snippet": "Reactotron.log('')"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment