Using Clause - Not Getting Auto-Completion

I’m putting some base classes and interfaces into a module like so:

When I use some objects within the module, code auto completion doesn’t seem to work, yet it doesn’t bark at me for any other compilation errors.

Am I missing something? Am I correctly utilizing the “USING” clauses?

I’m on 2018R1

Well, if I fully qualify the type in the property definition it works, but I thought that the Using Clause would eliminate the requirement:

Is this a bug in the IDE?

Look it up in Feedback to see if it’s already been reported. If not, add it. Add an appropriate example project so it’s easier for them to see it.

I guess another thing to check is if you close and reopen the project do you get different results? I’ve had that happen a few times.

[quote=389207:@Robert Keeney]Look it up in Feedback to see if it’s already been reported. If not, add it. Add an appropriate example project so it’s easier for them to see it.

I guess another thing to check is if you close and reopen the project do you get different results? I’ve had that happen a few times.[/quote]

Opening and Closing didn’t resolve it.

Feedback Submitted:
52308 - Autocomplete Not working for Methods of Interface as property within a class with a module