FeatureFuel
3

Postgres Language Server: JS + TS Template Literal Support

Source: supabase/supabase#16286 · opened by @karlhorky
Hi there 👋 First of all, thanks for all of the effort that Supabase is putting into the PostgreSQL community, including tooling, really amazing 🙌 I recently encountered Postgres Language Server via [the recent tweet]( from @kiwicopple and it looks amazing! I have been chasing the "holy grail" of tooling for SQL template literals in JavaScript + TypeScript for a while now: • syntax highlighting (works, with the VS Code extension [SQL tagged template literals (syntax only)]( • linting (works, using [SafeQL]( • formatting, some options - [prettier-plugin-embed and prettier-plugin-sql]( - uses [sql-formatter]( - [kind of works, with eslint-plugin-sql and eslint-plugin-unicorn]( but very opinionated / not so configurable - uses [pg-formatter]( - [@potygen/prettier-plugin-pgsql]( by @ivank - uses custom Prettier AST formatter Wasn't even looking for inline documentation yet, but that's a great addition too! It seems that the p…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests