SQL Assistant Pro is a powerful VS Code extension that enhances your SQL development experience with advanced formatting, intelligent autocompletion, and productivity features.
Features
🎨 Smart SQL Formatting
One-click formatting of SQL queries with industry-standard conventions
Support for multiple SQL dialects
Customizable formatting rules
Format selection or entire document
💡 Intelligent Autocompletion
Context-aware SQL keyword suggestions
Smart completion for table names and columns
Support for common SQL patterns and snippets
⚡ Keyboard Shortcuts
Format SQL: Cmd/Ctrl + Shift + F
More shortcuts coming soon!
Installation
Open VS Code
Press Cmd/Ctrl + P to open the Quick Open dialog
Type ext install sql-assistant-pro
Press Enter
Usage
Formatting SQL
Open a .sql file or select SQL language mode
Use one of these methods to format your SQL:
Press Cmd/Ctrl + Shift + F
Right-click and select "Format SQL Query"
Open Command Palette (Cmd/Ctrl + Shift + P) and type "Format SQL Query"
Autocompletion
Start typing SQL keywords to see suggestions
Use . after table names to see column suggestions
Press Tab or Enter to accept suggestions
Configuration
SQL Assistant Pro can be customized through VS Code settings: