jonnyboyC / kos-language-server

A language server for the Kerboscript (kOS) a language for Kerbal Space Program
MIT License
25 stars 6 forks source link

[BUG] The stage structure is misinterpreted as the stage function. #207

Open Fedex75 opened 3 months ago

Fedex75 commented 3 months ago

When you write something like "stage:deltav:current", you get "Unable to find suffix deltav on type none" because it thinks "stage" refers to the "STAGE." function (which returns none) instead of the STAGE structure (defined here: https://ksp-kos.github.io/KOS/structures/vessels/stage.html)