Skip to content

Add sql-tools extension#5497

Open
Kidkender wants to merge 3 commits intozed-industries:mainfrom
Kidkender:add-sql-tools
Open

Add sql-tools extension#5497
Kidkender wants to merge 3 commits intozed-industries:mainfrom
Kidkender:add-sql-tools

Conversation

@Kidkender
Copy link
Copy Markdown

Summary

Adds the SQL Tools extension (sql-tools) to the registry.

Repository: https://github.com/kidkender/zed-sql-tools

What it does

  • AST-based SQL formatter (no external CLI required)
  • Smart formatting rules: single-line for short queries, multi-line with indented columns for complex ones
  • Linting: warns on UPDATE without WHERE, syntax errors, missing columns
  • Inline comment preservation, idempotent formatting

Checklist

  • Unique extension ID (sql-tools) — does not contain "zed" or "extension"
  • MIT license included
  • extension.toml with id, name, version
  • Public repository
  • Release tag v0.2.1 exists
  • Language server is downloaded at runtime (not bundled)
  • entry added in alphabetical order in extensions.toml

@cla-bot
Copy link
Copy Markdown

cla-bot bot commented Apr 4, 2026

We require contributors to sign our Contributor License Agreement, and we don't have @Kidkender on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.

@Kidkender
Copy link
Copy Markdown
Author

@cla-bot check

@cla-bot
Copy link
Copy Markdown

cla-bot bot commented Apr 4, 2026

We require contributors to sign our Contributor License Agreement, and we don't have @Kidkender on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.

@cla-bot
Copy link
Copy Markdown

cla-bot bot commented Apr 4, 2026

The cla-bot has been summoned, and re-checked this pull request!

@Kidkender
Copy link
Copy Markdown
Author

@cla-bot check

@cla-bot
Copy link
Copy Markdown

cla-bot bot commented Apr 4, 2026

We require contributors to sign our Contributor License Agreement, and we don't have @Kidkender on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.

@cla-bot
Copy link
Copy Markdown

cla-bot bot commented Apr 4, 2026

The cla-bot has been summoned, and re-checked this pull request!

@Kidkender
Copy link
Copy Markdown
Author

@cla-bot check

@cla-bot cla-bot bot added the cla-signed label Apr 4, 2026
@cla-bot
Copy link
Copy Markdown

cla-bot bot commented Apr 4, 2026

The cla-bot has been summoned, and re-checked this pull request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant