2021r1 Class Enums and Auto Complete

It seems that the latest version does not show auto complete for class level enums when declaring them in code or in IDE inspector.

Class1 has an enum called eValues

Typing

dim v as Class1.

and pressing tab shows nothing, however

typing

if v = class1.

and pressing tab shows the auto complete.
Same problem when adding a property to a class etc, there is not auto complete for the enums.

<https://xojo.com/issue/64274>

Confirmed in a web project, 2021R1 ARM on macOS 11.2.1

Have you opened a Feedback Case?

just added

1 Like