Skip to content

Instantly share code, notes, and snippets.

@gko
Created December 12, 2017 22:48
Show Gist options
  • Save gko/6aedacf7b07346a176883d5849909c15 to your computer and use it in GitHub Desktop.
Save gko/6aedacf7b07346a176883d5849909c15 to your computer and use it in GitHub Desktop.
vscode settings for wrapSelection custom wrap patterns
{
"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