Add %sqlcontext to the list of %variables that Language Server knows about
isc-solon opened this issue · 3 comments
isc-solon commented
In class methods defined as stored procedures [SqlProc], the system provides the variable %sqlcontext (of type %Library.ProcedureContext). Please add this to the list of %variables the Language Server knows about so #dim is no longer necessary for code completion for that %variable.
isc-bsaviano commented
Thanks for opening this @isc-solon. Are there any others that I missed?
isc-solon commented
I couldn't think of any beyond the existing list.
isc-bsaviano commented
Thanks for checking