Word Inflection is a Visual Studio Code-compatible extension that cycles and converts word naming cases. This is a port of string-inflection for Emacs.
Open VSX Registry https://open-vsx.org/extension/knu/word-inflection
VS Code Marketplace https://marketplace.visualstudio.com/items?itemName=knu.word-inflection
GitHub Repository https://github.com/knu/vscode-word-inflection
This extension provides commands to:
snake_case, camelCase, PascalCase, kebab-case,
SCREAMING_SNAKE_CASE, or Capital_Snake_CaseAll operations are performed entirely within the editor buffer.
All behavior is limited to editor text manipulation using the VS Code API.
This extension is written and maintained by Akinori Musha.
For issues or questions, please use the GitHub repository linked above.
MIT License See the repository for details.