mtxr / vscode-sqltools

Database management for VSCode
https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link
MIT License
1.44k stars 291 forks source link

[Feature] Execute markdown snipped #1180

Open gpibarra opened 1 year ago

gpibarra commented 1 year ago

inspired by this extensions https://marketplace.visualstudio.com/items?itemName=stateful.runme https://marketplace.visualstudio.com/items?itemName=hanskre.markdown-execute

which can execute the syntax of the type

SELECT * FROM users;

in the active connection (or ask which one)

archiewood commented 10 months ago

Yeah this would be great. We have a POC here:

https://github.com/evidence-dev/evidence-vscode/pull/118

markdown snippets

There are some outstanding issues for our implementation, but don't think they would block implementation for SQLTools

RandomFractals commented 8 months ago

@gpibarra this feature has been implemented in our Markdown SQL Pro Tools for VS Code IDE back in July v1.1.0 release

Markdown SQL Pro Tools are available to our Pro sponsors on GitHub. Docs with SQL Code Lenses and signup info: https://github.com/RandomFractals/pro-data-tools/tree/main#markdown-sql-pro-tools

Markdown SQL Pro Tools