vscode-java: Completing /** no longer generates Javadoc with params

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.

About this issue

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

Most upvoted comments

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

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