Answers for "sublime text shortcuts html"

0

format html sublime

HTML-CSS-JS Prettify
Posted by: Guest on July-25-2021
-1

sublime text comment shortcut

# Workaround for sublime comment bug:
Goto Preferences -> Key Bindings and paste this in
{ "keys": ["ctrl+7"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": true } }
Posted by: Guest on February-17-2021

Browse Popular Code Answers by Language