snippet-stylizer vscode extensionThis vscode extension was created as a an utility extension to easily replace your current snippet (example variable name, function name) with a different style equivalent, without having to manually to do it, for example: convert this function name to camelCase:
to:
Other styles are also supported please check which ones bellow. FeaturesThis vscode extension allows to stylelize snippets (single selection, multiline selection or multiple selections), with you prefered style, the covered styles are:
InstallExtension SettingsTo use this extension you need to have an editor open and text selected, then you can either use keybinds or the Run Commands bar: Keybinds
Run CommandsUnix/Windows : ctrl+shift+p Unix/Windows : cmd+shift+p
Known IssuesNOTE: This extension uses a simple regex form to detect the words selected in the editor this function won't properly work if you use non ASCII characters or you use full caps word without any other separator (as it will be detected as one single word). Release Notes1.0.0Initial release of snippet-stylizer First publish of snippet-stylizer extension AuthorLicense |