Completing /** no longer generates Javadoc with params
See original GitHub issuePreviously, when entering /**
+Enter
, Javadoc was generated with parameters. Now, this is no longer occurring (see #228 – this was addressed, but is no longer working).
Environment
- Operating System: Ubuntu 18.04.1
- JDK version: 10.0.2
- Visual Studio Code version: 1.31.1
- Java extension version: 0.39.0
Steps To Reproduce
- When a Java file is open, and the user enters
/**
+Enter
above a method, the params in the method are not generated for the Javadoc. See example below:
Current Result
Thanks – please let me know if anything is needed.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:8
- Comments:23 (4 by maintainers)
Top Results From Across the Web
How to Write Doc Comments for the Javadoc Tool - Oracle
If the implementation is written to spec but the doc comments are unfinished, a writer can complete the doc comments by inspecting the...
Read more >Maven is not working in Java 8 when Javadoc tags are ...
Show activity on this post. The best solution would be to fix the javadoc errors. If for some reason that is not possible...
Read more >Activity: Generate a Javadoc from a sample project
Try removing a parameter from a method and generate the Javadoc again. Make sure the console window is open so you can see...
Read more >Javadocs | IntelliJ IDEA Documentation - JetBrains
Javadoc is a tool that generates Java code documentation in the HTML format from Java source code. The documentation is formed from Javadoc...
Read more >Javadoc | Think Java - Interactive Textbooks hosted by Trinket
When writing parameter comments, do not include a hyphen ( - ) after the @param tag. Otherwise, you will have two hyphens in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It’s confirmed to be a bug of IntelliCode Java module, and here is a private build with the fix: vscodeintellicode-1.1.5-fix-javadoc-completion.vsix.zip Can you give it a try, and let me know if it works for you? @mwschultz @henriquesqs @fbricon
Unzip it, and install the .vsix file via:
In the meantime, you can try to uninstall or disable the Intellicode extension and Javadoc completion should be restored