Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>sqlc-typescript-query-previewNew to Visual Studio Code? Get it now.
sqlc-typescript-query-preview

sqlc-typescript-query-preview

sa2taka

|
43 installs
| (0) | Free
This extension is made just for me.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

sqlc-typescript-query-preview README

This extension is made just for me.

Target

This extension is designed for a using typescript and sqlc project.

Features

  • Preview query on hover.
  • Go to query by codelens.

Config

By default, this extension assumes the following project structure:

project/
├── db/
│   └── queries/
│       └── *.sql
└── src/
    ├── generated/
    │   └── sqlc/
    │       └── *_sqlc.ts
    └── repository/
        └── *.ts

Memo

How to publish the extension.

ref: https://code.visualstudio.com/api/working-with-extensions/publishing-extension

  1. Access Azure DevOps to get the PAT.
  2. Update the version in package.json
  3. Run vsce package <version> --no-dependencies
  4. Run vsce publish <version> --no-dependencies
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft