Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>SuperSQLNew to Visual Studio Code? Get it now.
SuperSQL

SuperSQL

Toyama Laboratory

|
283 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SuperSQL Extension for Visual Studio Code

Welcome to SuperSQL Extension for Visual Studio Code. This is an extension for supporting to write SuperSQL queries. Currently the extension provides only syntax highlighting.

For more information of SuperSQL, visit here.

Sample image of highlighting

Usage

  1. Write a SuperSQL query and save it with .ssql (e.g., yourfilename.ssql)
  2. Choose "SuperSQL: Execute SuperSQL" in command pallet or press Cmd+Shift+e (Mac) / Ctrl+Shift+e (Win)
  3. Check the results in the preview window.

Once you have done, the execution and preview will automatically run on save.

Notes

To use the preview function, make sure to set config.custom.outputDirectory in the VS Code extension settings even when the output directory is specified in .ssql file. If you set the different one in config.custom.outputDirectory, .ssql setting will be overwritten.

e.g.) If you want to use the preview and get the output in /Users/path/to/outdir, configure outputDirectory as follows:

Notes - configure outputDirectory

Also, the preview that requires JavaScript (e.g., pagenation) currently does not work. See the results in your browser.

Release Notes

See this change log.

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