Suggested Types while building

Hi,
Would it be possible for the suggested types while building error message to support attributes ?
In the attached console I get these errors

E:                   Unknown type "My" [/Users/JohnMoshakis/Documents/develop/Echoes/Core/AttrConsoleApplication/SomeClass.pas (11)]
E:                   Unknown identifier "SomeModel", did you mean "AttrConsoleApplication.Models.SomeModel"? [/Users/JohnMoshakis/Documents/develop/Echoes/Core/AttrConsoleApplication/SomeClass.pas (14)]

The code doesn’t know that the My Attribute is actually the class MyAttribute. It would be nice if it said "

Unknown identifier “My”, did you mean “AttrConsoleApplication.Attributes.MyAttribue”?

Cheers,
John

AttrConsoleApplication.zip (167.4 KB)

Thanks, logged as bugs://85055

Good idea, definitely some room form improvement for the error message, there. thanx!

bugs://85055 got closed with status fixed.