Additional Incrementor Enumerations for VS Code's Incrementor Extension
// Add to your user or workspace settings: | |
"incrementor.enums": [ | |
[ | |
"false", | |
"true" | |
], | |
[ | |
"let", | |
"const" | |
], | |
[ | |
"margin-left", | |
"margin-bottom", | |
"margin-right", | |
"margin-top" | |
], | |
[ | |
"padding-left", | |
"padding-bottom", | |
"padding-right", | |
"padding-top" | |
], | |
[ | |
"padding", | |
"margin" | |
], | |
[ | |
"border-left", | |
"border-bottom", | |
"border-right", | |
"border-top" | |
], | |
[ | |
"none", | |
"flex", | |
"inline-block", | |
"inline", | |
"block" | |
], | |
[ | |
"space-evenly", | |
"space-between", | |
"space-around", | |
"stretch", | |
"baseline", | |
"center", | |
"flex-end", | |
"flex-start" | |
] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment