You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class descriptions are currently read with javap command and unfortunately it doesn't print out parameter names. But if a java source file exists for a class, we can scan it both for method parameter names and javadoc descriptions during class loading. Some jar files include javadoc also.
The text was updated successfully, but these errors were encountered:
keskiju
changed the title
Show parameter names in method suggestions
Show parameter names and javadoc descriptions in method suggestions
Jan 27, 2016
keskiju
changed the title
Show parameter names and javadoc descriptions in method suggestions
Include parameter names and javadoc descriptions in suggestions
Jan 27, 2016
Now autocomplete-java implementation includes parameter names if classes have been compiled the -parameters switch of Javac. Still missing parameter names for most libraries though.
keskiju
changed the title
Include parameter names and javadoc descriptions in suggestions
Include parameter names (and javadoc descriptions?) in suggestions
Feb 22, 2016
keskiju
changed the title
Include parameter names (and javadoc descriptions?) in suggestions
Include parameter names in suggestions
Feb 22, 2016
Class descriptions are currently read with javap command and unfortunately it doesn't print out parameter names. But if a java source file exists for a class, we can scan it both for method parameter names and javadoc descriptions during class loading. Some jar files include javadoc also.
The text was updated successfully, but these errors were encountered: