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