microsoft / vscode-java-pack

VS Code extensions for Java developers.
Other
286 stars 131 forks source link

Bug: Source Action -> "Generate Constructors..." only available after at least one class member was added #1352

Open Eden33 opened 3 months ago

Eden33 commented 3 months ago

Environment:

Step to Reproduce: 2024-06-04_19h03_46

Expected Behavior: The "Generate Constructors ..." option should instantly be available without the requirement to add a class member.

Actual Behavior: The "Generate Constructors ..." option becomes available earliest when a single class member was added.

Additional comment: This behaviour is also available in IntelliJ and makes sense.

Related Issues: No related issues found.