Skip to content

Instantly share code, notes, and snippets.

@regiside
Created February 28, 2025 19:51
Show Gist options
  • Save regiside/0afe58187cb69281f3f9072da290073c to your computer and use it in GitHub Desktop.
Save regiside/0afe58187cb69281f3f9072da290073c to your computer and use it in GitHub Desktop.
Visual Studio Code Keyboard shortcut json to auto type !important when exclamation mark key is pressed in CSS files.
{
"key": "!",
"command": "type",
"when": "editorLangId == css",
"args": { "text": "!important" }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment