Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formatting #33

Closed
DJakosa opened this issue Nov 28, 2018 · 2 comments
Closed

Formatting #33

DJakosa opened this issue Nov 28, 2018 · 2 comments

Comments

@DJakosa
Copy link

DJakosa commented Nov 28, 2018

Hi. This is a convenient plugin. I am pointing issue with generated code.

For example, generated line for class Foo would be

Foo name= new Foo() instead of

Foo name = Foo(). It's missing a space before =.

I reckon that the problem is here.

Fix would really save additional step of manual formatting or hitting shortcut for formatter.

@gejun123456
Copy link
Owner

Thanks for pointing out, i will fix it.

@gejun123456
Copy link
Owner

fixed, you can install it via https://github.com/gejun123456/intellij-generateAllSetMethod/files/2663980/GenerateAllSetter-2.1.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants