Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 580 Bytes

File metadata and controls

14 lines (6 loc) · 580 Bytes

PascalCase/camelCase to snake_case

Converts PascalCase or camelCase strings into snake_case strings. Useful if you want to migrate from e.g. T-SQL to PostgreSQL Statements

Features

Select the word (or words in multi cursor mode) you want to convert and run >PascalCase/camelCase -> snake_case. You can also set it as keyboard shortcut in the cmd+k cmd+s shortcuts menu. Search for PascalCase/camelCase -> snake_case and set your favorite shortcut.


Enjoy!