Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
maxLevel1

Why Auto-completion Is Not Working?

...

If you see "Error: Empty Key" in the fetch panel, then your config.groovy was created in a wrong way in the past. Just replace the part representing the Two-Factor Management key in config.json –  replace '' (empty String) with null. It is the last field of the array of connection details.

IntelliJ IDEA General Troubleshooting

If IDEA is behaving strangely, there is a magic fix-all solution which will fix most issues.

  1. Invalidate caches: File > Invalidate Cache / Restart > Invalidate

  2. Close IntelliJ.

  3. Delete IntelliJ config files in the project:

    • Browse to the project folder.

    • Find the .iml file in the project root and delete it.

    • Find the .idea folder in the project root and delete it.

  4. Reopen the project in IDEA.

  5. Invalidate and restart IDEA: File > Invalidate Cache / Restart > Invalidate & Restart

Code Reference Info: 
https://www.jetbrains.com/help/idea/viewing-reference-information.html