vscode-java-code-generator icon indicating copy to clipboard operation
vscode-java-code-generator copied to clipboard

VSCode Extension to Generate Code for Java Class's

Results 25 vscode-java-code-generator issues
Sort by recently updated
recently updated
newest added

Hello, toString requires getters, and it's strongly opinionated. You could allow to create a toString method that points to direct properties. Thanks

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Is it possible to provide an option in the Extension Settings to move these two items from the context menu (`editor/context`) into the sub-menu (`generators/editor/annotations`)? I'd appreciate it, as the...

![image](https://user-images.githubusercontent.com/1762334/121337985-aa32fe00-c94f-11eb-9aa7-691c9e69a115.png) Error: ![image](https://user-images.githubusercontent.com/1762334/121338231-e36b6e00-c94f-11eb-9f19-1bd951ca4b2b.png)

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.0 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...

dependencies

I also move first if clause in `generateOnlyGetters()` to down below boolean check

I would like to have the possibility to generate getters and **fluent** setters - but NO "normal" setters. Furthermore, the method names of the fluent setters should conform to the...

I am unable to run this extension, it was working before. So I tried to reinstall it and same error. ![snap-34](https://user-images.githubusercontent.com/439226/111041844-52e0c880-8408-11eb-96e1-a923903becc6.png)

Coming from [this discussion](https://stackoverflow.com/questions/2273170/how-to-write-javadoc-of-properties) on Stack Overflow I search for a possibility to add Javadoc of property fields to getters and setters. While project lombok can be a solution I...

enhancement