postgres
postgres copied to clipboard
Syntax Highlighting Support via Extension
I'd be interested in making/seeing a VSCode plugin that supports syntax highlighting within the SQL string. Currently my only workaround is using sql.file
to get syntax highlighting, but I'd rather use sql
. Is this something that someone has created or is interested in partnering up to create something like this?
For example, take a look at vscode-styled-components. It enables syntax highlighting within styled component strings.
Maybe the recently released sql language server from supabase could be of help : https://github.com/supabase/postgres_lsp
There are a few SQL plugins that exist. Here's the one I use: https://marketplace.visualstudio.com/items?itemName=thebearingedge.vscode-sql-lit
It's not postgres specific, but it does keep color your SQL strings.