Cmd+Clicking (Ctrl+Click on other OS) on a module name should jump to -module(modulename) if exists. Currently this only works if project has been imported as Erlang source. It will not work if the project was added manually or opened as a directory. So some initialisation is missing which would be great to have, or a note to the user what could be fixed.
Possible solutions:
Suggest the user to switch their generic module of Intellij project to an Erlang-module
Mark the required search paths and directories automatically upon detecting that an Erlang project is being opened
Cmd+Clicking (Ctrl+Click on other OS) on a module name should jump to
-module(modulename)
if exists. Currently this only works if project has been imported as Erlang source. It will not work if the project was added manually or opened as a directory. So some initialisation is missing which would be great to have, or a note to the user what could be fixed.Possible solutions: