Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Better SQL IntellisenseNew to Visual Studio Code? Get it now.
Better SQL Intellisense

Better SQL Intellisense

williamdasilvadev

|
39 installs
| (0) | Free
Improved Intellisense for VSCode, supporting cloud databases and SQL files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Better SQL Intellisense

Support

  • MySQL
  • SQLite3

Settings

Remote Connection (database-remote)

  • Key: better-sql-intellisense.database-remote
    • IF true: Enables connection to cloud database.
    • IF false: Disables connection attempts.

Mandatory settings (if remote = true):

  • better-sql-intellisense.database-remote-user: Database user.
  • better-sql-intellisense.database-remote-password: Database password.
  • better-sql-intellisense.database-remote-host: Database host.
  • better-sql-intellisense.database-remote-port: Database port
  • better-sql-intellisense.database-remote-database: Name of the database to be used.

Local Connection (database-local)

  • Key: better-sql-intellisense.database-local
    • Allows you to use local SQL files. Example:
      ["/home/var/table1.sqlite", "/home/var/table2.sqlite"]
      
    • ❗ It is not necessary to specify the file extension; the system will try to resolve it automatically.

Color Customization

  • Key: better-sql-intellisense.sql-code-color
    • Sets the color (in HEXADECIMAL) for SQL code reality.
    • Example: #FF5733.
---

Credits:

  • NodeWillDev (William da Silva)
    • GitHub
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft