thumbnail Change Case is a Visual Studio Code extension. Quickly change the case with one keybinding

Switch word at cursor between camelCase, PascalCase, and CONSTANT_CASE using [Shift + F3]

{
    "key": "shift+f3",
    "command": "change-case.changeCase"
},
  • Enter command Set Key Code and set it to 012

Sources:

Related:

Tags: