Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>SQL Insert EditorNew to Visual Studio Code? Get it now.
SQL Insert Editor

SQL Insert Editor

Rene Saarsoo

|
1 install
| (0) | Free
Helps in editing SQL insert statements.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SQL Insert Editor

Editing INSERT statements is a nuisance. This VSCode extension is here to help.

Editor demo

Features

Right-click on a column name or value in INSERT statement to:

  • Move column before
  • Move column after
  • Delete column

Configuration

Make sure to configure your SQL dialect. The extension only works with these select dialects supported by the parser.

  • sqlInsertEditor.dialect — SQL dialect to use when parsing.
    • sqlite (default, full support),
    • bigquery (full support),
    • postgresql (partial support, but pretty good),
    • mysql (poorly supported),
    • mariadb (poorly supported).

Publishing

After running npm run package you'll get a new *.vsix file generated. Upload that file to VSCode repository at: https://marketplace.visualstudio.com/manage/publishers/renesaarsoo

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