Right now the vscode is able to transform any identifier to the following cases but not pascal case:
enter image description here
How to add pascal case to the supported cases?
tried ctr+shift+p and then typed "transform to pascal case"
expected to see the "transform to pascal case" in the supported cases
2
Answers
It’s not supported ATM.
But there’s a tracking issue on github to whether add this feature.
Upvote this github issue in order to vscode devs consider this as a feature request.
Snippets do have a
pascalcase
transform so you could make either these keybindings: