If you encounter issues while working with the IntelliJ IDEA plugin, please report them. Internal people can report to JIRA in PFAUT project. Partners or customers can raise a ticket to the Support portal. If possible, add a screenshot or attach the IntelliJ 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 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
...
If the auto-completion does not work for Filter or if you you have an element called "Filter" in one of your logics, rename it as described in Naming Conventions. Alternatively explicitly add import com.googlecode.genericdao.search.Filter
.
Why the ctrl+click in code navigates me to a completely different element?
Make sure the element name is unique within a project, see related article:
How to Ensure Studio Uses the Latest Groovy API?
...