basarat / god-extra

Repository for issues and docs on God mode for VSCode
https://marketplace.visualstudio.com/items?itemName=basarat.god
5 stars 0 forks source link

Feature request / change: reverse order of placeholders in xximport snippet #11

Open KristjanTammekivi opened 4 years ago

KristjanTammekivi commented 4 years ago

When writing an import I always type the module name first so when choosing what to import it would autocomplete. So I made my own snippet as "import { $2 } from '$1';"