Created
December 12, 2017 22:48
-
-
Save gko/6aedacf7b07346a176883d5849909c15 to your computer and use it in GitHub Desktop.
vscode settings for wrapSelection custom wrap patterns
This file contains hidden or 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
{ | |
"wrapSelection.patterns": { | |
"log": "console.log(`${text}`, ${text})", | |
"promise": "new Promise((yeah, nah) => yeah(${text}))", | |
"=>": "() => ${text}" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment