Katalon IDE It does not suggest the code

Katalon 64-5.8.6, intellisense/autocomplete has stopped being functional in Script mode.
I found a fix on my machine. The autocomplete was turned on, but was only activated by a dot (".") after 500ms. I was typing past the dot quickly enough that the autocomplete was not triggering. Fix:

- Go to Window > Katalon Studio Preferences > Java > Editor > Content Assist
- In the Auto Activation section, change the “Auto activation triggers for Java” field from “.” to “ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz.”

6 Likes