LppEdd
LppEdd

Reputation: 21114

IntelliJ IDEA methods parameters not displaying correctly

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.

enter image description here The project I set up is composed of a set of libraries, with their corresponding JavaDocs. The same is done on Eclipse.

enter image description here

enter image description here How do I display the correct naming using IntelliJ?

Upvotes: 1

Views: 404

Answers (1)

Andrey
Andrey

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

Related Questions