Case Converter is a simple visual studio extension. It converts a selected text between snake_case, camelCase and PascalCase. Click the context menu "Convert Case" or the following shortcut in a source code window, you can convert to different cases. Key BindingsThe default settings are as follows.
If the shortcut is not registered, please set it as "TOOLS" -> "Options" -> "Environment" -> "Keyboard". The command name is "Edit.ConvertCase". This is the following toggle key. snake_case → camelCase → PascalCase → snake_case... When a selected text is included some signs or separated words, this is converted to any case. Menu Placement
OptionsYou can change the option in "Tools" -> "Options" -> "Case Converter". If you want to change word cases and order the conversion pattern, set this option. Change Log
|