microsoft / vscode-postgresql

PostgreSQL extension for VSCODE
Other
422 stars 53 forks source link

Is it possible to add code symbols to support code outline? #116

Open boozedog opened 1 year ago

boozedog commented 1 year ago

Is there any code symbol support (even in SQL comments maybe?)

I'd love to be able to structure my SQL file such that I can see a code outline.

Right now I just see "No symbols found in document foo.sql"

Thanks!