barklan / inline_sql_syntax

Highlight and lint inline SQL strings.
https://marketplace.visualstudio.com/items?itemName=qufiwefefwoyn.inline-sql-syntax
MIT License
57 stars 24 forks source link

Code folding feature support for inline SQLs #105

Open CC-Hsu opened 1 year ago

CC-Hsu commented 1 year ago

Hi, Team,

Currently inline SQL helps me a lot on writing codes with SQLs.

Recently I find that in VSCode, a pure SQL script supports code folding for a long SQL statement.

So maybe this extension can be enhanced to have SQL code folding feature, too.

It would be a super-helpful feature.

Best Regards.