This file contains hidden or 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
{ | |
"Completeable named import": { | |
"prefix": ["nim"], | |
"body": ["import { ${2:value} } from \"${1:path}\";$0"], | |
"description": "A javascript named import statement that works with autocomplete by making you type the path statement first" | |
} | |
} |
OlderNewer