Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include parameter names in suggestions #5

Open
keskiju opened this issue Dec 27, 2015 · 1 comment
Open

Include parameter names in suggestions #5

keskiju opened this issue Dec 27, 2015 · 1 comment

Comments

@keskiju
Copy link
Owner

keskiju commented Dec 27, 2015

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.

@keskiju keskiju changed the title Show parameter names in method suggestions Show parameter names and javadoc descriptions in method suggestions Jan 27, 2016
@keskiju keskiju changed the title Show parameter names and javadoc descriptions in method suggestions Include parameter names and javadoc descriptions in suggestions Jan 27, 2016
@keskiju
Copy link
Owner Author

keskiju commented Feb 22, 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 keskiju changed the title Include parameter names and javadoc descriptions in suggestions Include parameter names (and javadoc descriptions?) in suggestions Feb 22, 2016
@keskiju keskiju changed the title Include parameter names (and javadoc descriptions?) in suggestions Include parameter names in suggestions Feb 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant