Feedback
Autocomplete now exposes TypeInfo members returned by introspection APIs
- Status
- Fixed
- Fixed in
- v26.8.6
- Source discussion
- https://forum.objo.dev/d/946-autocomplete-for-class-object-doesnt-show-some-properties
- Last updated
- 2026-08-29
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Several introspection APIs that return TypeInfo, MethodInfo, PropertyInfo, FieldInfo, or ParameterInfo objects are advertised to the compiler and Studio as returning Object. This prevents precise autocomplete and chained member completion, and makes correctly typed declarations require unnecessary casts. The APIs should expose the static types documented by the introspection specification.