Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>SQL Schema SuggestorNew to Visual Studio Code? Get it now.
SQL Schema Suggestor

SQL Schema Suggestor

ciceksepeti

|
5 installs
| (0) | Free
Bidirectional hover support for SQL INSERT statements with Command+click navigation - shows column mappings for VALUES and vice versa
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SQL Schema Suggestor

A VS Code extension that provides bidirectional hover support for SQL INSERT statements.

Features

🔄 Bidirectional Hover Support

1. VALUES → Column Mapping

  • Hover over any value in the VALUES section to see:
    • Which column it corresponds to
    • The value itself
    • Parameter position (1st, 2nd, 3rd, etc.)

2. Column → VALUES Mapping

  • Hover over column names in the INSERT section to see:
    • Column name
    • Corresponding value in VALUES section
    • Parameter position (1st, 2nd, 3rd, etc.)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft