Skip to content

Instantly share code, notes, and snippets.

@paprikka
Created April 23, 2017 18:56
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 paprikka/0c079ea4679ddc0c911071dd6fed5f60 to your computer and use it in GitHub Desktop.
Save paprikka/0c079ea4679ddc0c911071dd6fed5f60 to your computer and use it in GitHub Desktop.
ES import with better autocomplete
// Add this to your VSCode snippets
"import": {
"prefix": "imm",
"description": "ES module import",
"body": [
"import ${2:scope} from '${1:moduleName}'",
"${3}"
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment