We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4322e19 commit fafc52dCopy full SHA for fafc52d
snippets/snippets.json
@@ -16,7 +16,7 @@
16
},
17
"importAs": {
18
"prefix": "ima",
19
- "body": "import {${2:originalName} as ${3:alias} } from '${1:module}';$0",
+ "body": "import { ${2:originalName} as ${3:alias} } from '${1:module}';$0",
20
"description": "Imports a specific portion of the module by assigning a local alias in ES6 syntax"
21
22
"exportNamedFunction": {
0 commit comments