Did you remember to assign the boolean or you only see results on the auto-complete that don’t return anything:
Var s As String
Var b As Boolean
b=s.<TAB>
I also see it here:
Var s As String
If s.<TAB>
It works here in 2019r3.1, what version are you using?
I made a request about this a long time ago feedback://showreport?report_id=51057 but I assume someone at Xojo likes it this way, which I personally find it a horrible feature and seems totally one sided in that it completes when you assign even if a match has nothing returned.