-
Notifications
You must be signed in to change notification settings - Fork 453
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
Completing /** should generate Javadoc with params #228
Comments
It doesn't work |
No it doesn't, since the bug is still open |
Please use the voting button @spiker9 |
This! |
This would be the dream, one step closer to get rid of IntelliJ, please make this happen |
Kudos to @snjeza for making it happen: |
@fbricon How do I activate this? I don't get the javadoc comment autocomplete. I have the latest version of Language Support for Java installed. |
OK, so I get it for some method signatures, but not for all. This one is triggered correctly:
And this one isn't:
|
I guess it's enabled for public methods only, for some reason |
It's actually the other way round: Only private methods trigger it. |
mmm it looks like sometimes the completion is too slow to show up. Can you just try and wait for a couple seconds after /** ? |
I have the latest version of this language support installed, and the latest version of vscode; this feature does not work for any functions withing my Spring Boot application, no matter what access modifier is used. Is anyone else having issues with this feature? |
Latest version, not triggered for either public or static version |
1.31.1 VSCode and 0.39.0 Language Support for Java. Javadocs will not format parameters. Used to work. Now does not. |
Please open a new ticket with steps to reproduce |
is there a way to trigger it to update the Javadoc comment for added/removed params? |
Well I dont know if this is feasible as a feature, but currently I remove the entire javadoc comment and regenerate it...(of course,I would have copied the content in between)!!! |
typing
/**
+Enter
on top of methods/constructors should generate Javadoc with parameters like in Eclipse or typescript support in VS Code:The text was updated successfully, but these errors were encountered: