Universal SQL Formatter VS Code ExtensionFormat SQL queries inside any programming language file. Supports:
Features
Keyboard ShortcutCTRL + ALT + F ExampleBefore: select id,name from users where id=1 After: SELECT id, name FROM users WHERE id = 1; Extension Settings
Supported values:
Release Notes0.0.1Initial release of Universal SQL Formatter. |