Open
Description
openedon Jul 31, 2022
Add Javadoc for 'Class'
Environment
- Operating System: Windows 10
- JDK version: 17.0.2
- Visual Studio Code version: 1.69.2
- Java extension version: v1.9.0
Steps To Reproduce
- Add a class
- cursor move to class name
- Hit
Ctrl+.
(Show Code Actions) - I can't find a command called
Add Javadoc for 'ClassName'
Current Result
There is already a Add Javadoc for 'MethodName'
command.
Expected Result
I expected there is a Add Javadoc for 'ClassName'
command.
Additional Informations
N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment