v1.1.33
Changelog
- LPCDoc param names garbled when forward define is in another file #233
- Feat: get it to stop counting forward declaration as an overload #229
- Fix: Display
mappingkeyword instead of global mapping symbol name. - Fix: Function return type was not displayed in completions detail.
- Fix: Signature help return type should be LPC-style, not TypeScript.
- Fix: Incorrect node positions causing synthetic node warnings.
- Fix: Semantic classifier skipping local tokens inside macro context.
- Add
nevertype to type checker node builder.
PRs
- Signature Help, Completion, and Hover formatting fixes by @jlchmura in #234
- node pos fix to stop synthetic node warnings by @jlchmura in #235
Full Changelog: v1.1.32...v1.1.33