I have the below key bindings:
{ "keys": ["alt+shift+t"], "command": "title_case" },
{ "keys": ["alt+shift+s"], "command": "snake_case" },
{ "keys": ["alt+shift+l"], "command": "lowerCamelCase" },
{ "keys": ["alt+shift+u"], "command": "UpperCamelCase" },
Except for the title_case
, the other three are not working, I’m sure there is no keys conflicts too. Can anyone help?