If you encounter issues while working with the IDEA plugin, please report them to support@pricefx.eu. If possible, 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?
...
- The auto-completion of methods in "libs" works only if the "elements" folder is marked as "Source" in IDEA. All logic elements are created in the default package and therefore the parent folder "elements" must be a root source folder. Best to do this in using right click on the root folder → Open Module Settings → Modules → Sources.
The date suffix needs to be removed from Groovy Library name
- The auto-completion of methods in "libs" 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.
...