Written by

~~ retired but not tired ~~
Question Robert Cemper · Mar 3, 2023

? %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.
​​​​​​​
  

Comments

Robert Cemper  Mar 6, 2023 to Brett Saviano

Thank you for the clarification!
I don't need it, but I got pushed why not using VSCode at that step.
 

0
Brett Saviano · Mar 6, 2023

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.

0