question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Completing /** no longer generates Javadoc with params

See original GitHub issue

Previously, 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
  1. 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

examplevscode1

Thanks – please let me know if anything is needed.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:8
  • Comments:23 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Eskibearcommented, Mar 15, 2019

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: image

1reaction
fbriconcommented, Mar 14, 2019

In the meantime, you can try to uninstall or disable the Intellicode extension and Javadoc completion should be restored

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found