Skip to content

Instantly share code, notes, and snippets.

@herrherrmann
Created February 19, 2018 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save herrherrmann/a3ceadec977584e5d4ee528e6a78ffb2 to your computer and use it in GitHub Desktop.
Save herrherrmann/a3ceadec977584e5d4ee528e6a78ffb2 to your computer and use it in GitHub Desktop.
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