Reputation: 21114
I'd begin with an image, which shows what I'm trying to tell.
Here I'm comparing the IntelliJ IDEA 2017.3.3
hints with the Eclipse 4.7.2
ones.
The project I set up is composed of a set of libraries, with their corresponding JavaDocs. The same is done on Eclipse.
How do I display the correct naming using IntelliJ?
Upvotes: 1
Views: 404
Reputation: 16381
Currently IntelliJ IDEA does not take parameter names from javadoc, so given a java library with no sources and compiled with no debug information, it takes parameter names from compiled code. Please vote for this request: IDEA-125988.
Upvotes: 1