I have installed Erlang plugin in IntelliJ in Windows 10 as explained on the Jetbrain site.
I am looking for typical Code browsing features such as finding Call hierarchy, finding references, and generating call flow diagrams. I see many of these features are not working in IntelliJ as listed below. What could be the reason? Are there any alternatives preferably within IntelliJ for overcoming these issues?
- Navigate-->CallHiearchy-->CallerMethodHiearchy shows empty list. Whereas, Navigate-->CallHiearchy-->CalleeMethodHiearchy lists the data.
- "Navigate-->Declaration or usages" shows empty list. It throws a message "No usages found in Project Files", "No usages found in Project and Libraries".
- Code-->AnalyseCode-->Dependencies shows an empty page.