Skip to content

Instantly share code, notes, and snippets.

@ValentinH
Created January 2, 2021 13:54
Show Gist options
  • Select an option

  • Save ValentinH/6f0ab5d341dcf8d2ee5f88c5303bd12d to your computer and use it in GitHub Desktop.

Select an option

Save ValentinH/6f0ab5d341dcf8d2ee5f88c5303bd12d to your computer and use it in GitHub Desktop.

Revisions

  1. ValentinH created this gist Jan 2, 2021.
    9 changes: 9 additions & 0 deletions named import VSCode snippet
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    {
    "Named import": {
    "prefix": "ni",
    "body": [
    "import {$2} from '$1'"
    ],
    "description": "Named import"
    }
    }