BBx-Kitchen / bbj-language-server

BBj Language Server
MIT License
7 stars 6 forks source link

bbjapi() and BBjAPI() #124

Closed StephanWald closed 2 months ago

StephanWald commented 5 months ago

When using bbjapi() instead of BBjAPI() (which is valid in BBj, and prevalent in documentation samples), the plug-in fails to detect the derived types, like

API! = bbjapi()
sg! = API!.openSysGui("X0")
dhuebner commented 2 months ago

Close as duplicate of #28