score:4

Accepted answer

i think this should work (or so it did in my case anyway).

in intellij:

  1. open the project
  2. file > project structure
  3. on the left hand side, select modules
  4. from your directory structure, select the folders where your sources are (util and src) and mark them as resources
  5. click apply

you should have code completion and documentation available now.


Related Query

More Query from same tag