Question
Robert Cemper · Mar 3

? %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, CONTAINID , ROWSPEC
and the required class methods
- <queryname>Execute()
- <queryname>Fetch()
- <queryname>Close()

 

I was just not able to do it.
​​​​​​​
  

3
0 83
Discussion (3)3
Log in or sign up to continue

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.