I thought this should be well documented, but I can’t find any examples regarding the use of the HasCheckMark in any of the API-2 docs. Just this rather obvious entry:
Ah, yes, that could be it. Sometimes things don’t show up in autocomplete even though they’re correct. Analyze Project or attempting to Run will let you know for sure.
Autocomplete is certainly broken if you have code with brackets with spaces inside. The following code would not complete methods of this array of instances of a class:
MyClass( nInstance ).Somethin<tab will NOT auto complete>
MyClass(nInstance).Somethin<tab will auto complete here>