? %QUERY Wizard in VSCode ?
For my recent tutorial, I used %Query Wizard of Studio.
Could any of the VSCode experts please show me how to generate
Query Statement with input parameters,
and the required class methods
- <queryname>Execute()
- <queryname>Fetch()
- <queryname>Close()
I was just not able to do it.
@Robert Cemper
We currently don't have equivalents for Studio Wizards. There is a snippet for a %SQLQuery but not for %Query. Please file an enhancement request issue and we can consider adding a snippet or maybe a very simple UI.
Thank you for the clarification!
I don't need it, but I got pushed why not using VSCode at that step.
The vscode-objectscript extension now contains a snippet for custom class queries. It was added by pull request #1111 and if you want to try this snippet before the next release you can download the beta version of the extension found here.