Created
July 7, 2017 05:35
-
-
Save rexlow/d2584a062c35b85c3c1a5933607d5597 to your computer and use it in GitHub Desktop.
reactotron vscode shortcut
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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