Skip to content

Instantly share code, notes, and snippets.

@ValentinH
Created January 2, 2021 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ValentinH/6f0ab5d341dcf8d2ee5f88c5303bd12d to your computer and use it in GitHub Desktop.
Save ValentinH/6f0ab5d341dcf8d2ee5f88c5303bd12d to your computer and use it in GitHub Desktop.
VSCode snippet for named-import snippet
{
"Named import": {
"prefix": "ni",
"body": [
"import {$2} from '$1'"
],
"description": "Named import"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment