Created
February 28, 2025 19:51
-
-
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.
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
{ | |
"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