PhraseConverter is a Visual Studio extension that allows converting text between different naming conventions commonly used in programming.
- Convert Sentence to
PascalCase - Convert
PascalCaseto Sentence case - Convert Sentence case to
snake_case - Convert
snake_caseto Sentence case
Once installed, you can use PhraseConverter in Visual Studio:
- Open a file containing
PascalCase/snake_case/sentence identifiers. - Select the text you want to convert.
- Right-click and choose "Phrase converter" from the context menu.
- Select the desired conversion option.
- The selected text will be converted accordingly.