Created
January 2, 2021 13:54
-
-
Save ValentinH/6f0ab5d341dcf8d2ee5f88c5303bd12d to your computer and use it in GitHub Desktop.
VSCode snippet for named-import snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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