A T‑SQL formatter for VS Code.
Uppercases keywords, preserves quoted/braced/bracketed literals, and auto‑indents based on your rules.
Features
- Uppercase or lowercase your SQL keywords
- Preserve
'single' , "double" , {braced} and [bracketed] literals
- Automatic new‑lines and indentation around
SELECT , FROM , BEGIN…END , etc.
Usage
- Open a
.sql file.
- Run SQL Formatter Plus: Format Document from the Command Palette (or press Ctrl+Alt+F).
- Watch your SQL get nicely formatted in place.
| |