Code Completion not working

In the latest version of tms scripter(7.1.1) code completion does not working if we have parantheses with params after function name, like:
 ADODataSet1.FieldByName('fieldname').
Without parantheses(ADODataSet1.FieldByName.) code completion is showing correctly after dot.


I also have the same issue with 7.1.1.

We confirmed and fixed this issue. Next version will include that fix.

When will be the next release, because we need this fix.
Thanks.

We will release a maintenance update this week.

update released.

It's working now, but autocompletion doesn't fire automatically after dot: fieldbyname(fieldname).
We must press CTRL+SPACE.