for example foo = bar(). foo(the return value of bar()) is a string. wingide can't figure it as a string, so it can't give auto complete prompt such as foo.startswith.... but after i write foo.startswith, could wingide ust this for the second time of "startswith"?