If you encounter issues while working with the IDEA plugin, please report them to Jira in PFAUT project. Partners or customers can raise a ticket to the Support portal. If possible, add a screenshot or attach the IDEA log file to the message. The log file is located at Help > Show Log in Files/Explorer/Finder; idea.log is the current log file.
Table of Contents maxLevel 2
Why Auto-completion Is Not Working?
...
For cases when auto-completion does not work for referring elements either within the same logic or in 'libs' (resp. legacy 'lib'): if you use two elements of the same name in the project, IDEA does not know which Class should be evaluated. Avoid having elements of the same name, so e.g. add a suffix "Utils" to the names of the Groovy library elements.
Auto-completion works in general, but not for Filter class
Do you have element called "Filter" in one of your logics? Try to give it another name as described in Naming Conventions.
Cannot Fetch Due to "Error: Empty Key"
...