Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>Concise SQL FormatterNew to Visual Studio Code? Get it now.
Concise SQL Formatter

Concise SQL Formatter

Kaan Aytekin

|
2,672 installs
| (2) | Free
An SQL formatter that generates concise and readable SQL queries.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Concise SQL Formatter

SQL queries formatted in a concise yet readable manner!

Have you tried different SQL formatters yet aren't completely satisfied with the formatting style? Do you complain about

  • Unnecessary new lines for items in GROUP BY and LIMIT statements
  • Inconsistent indentation for JOINs and ON conditions
  • Built-in functions and data types are not capitalized

If your answer is yes, then this extension may be just right for you.

This extension uses a forked version of sql-formatter-plus as formatting provider.

What's Different?

Common SQL Formatters

Others

Concise SQL Formatter

Concise

Extension Settings

Setting Description
concise-sql-formatter.dialect Used SQL dialect (sql: Standard SQL, n1ql: Couchbase N1QL, db2: IBM DB2, pl/sql: Oracle PL/SQL). (Default: sql)
concise-sql-formatter.uppercase Convert keywords to uppercase. (Default: true)
concise-sql-formatter.linesBetweenQueries Number of lines between different queries. (Default: 2)

Release Notes

0.0.1

Initial release of concise-sql-formatter. Good luck out there🤞

0.0.2

Added an icon for the extension.

0.0.3

Relaxed VS Code version constraints for older app versions.


  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft