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 1
Why Auto-completion Is Not Working?
...
Logic 'elements' folders must be marked as a 'Source' folder
Did you mark the logic elements directories as 'Source'?
...
After clicking 'Activate Back', you can also purge the IntelliJ cache: File > Invalidate Caches / Restart > Invalidate and Restart. This should force IntelliJ to rebuild caches for the API documentation.
Date suffix needs to be removed from Groovy Library name for 'libs' to work
The auto-completion of methods in 'libs' (resp. legacy 'lib') does not work when the Groovy library is in a folder that is not a valid Java package name (= by default it has the date suffix "+YYYY-MM-DD"). In that case, simply rename and remove the suffix part if you do not have a logic with different validFrom. This is safe to do, the package tool does not use this information; it reads the 'validAfter' information from logic.json.
Element names not unique
...