This release fixes an issue where when requesting completion suggestions for an object access query (eg. object.foo
), all globally-scoped items (functions, constants, ...) were returned. The extension cannot provide completion details for objects, so no suggestions will be shown.
What's Changed
- Disable precompiled headers for polserver by @KevinEady in #72
- Hide global-scope completions on non-this member access by @KevinEady in #71
- Add Marketplace publish action by @KevinEady in #44
- Release v0.14.3 by @KevinEady in #73
Full Changelog: v0.14.2...v0.14.3