intellij-generateAllSetMethod icon indicating copy to clipboard operation
intellij-generateAllSetMethod copied to clipboard

Intellij plugin to generate call to setter method value for class

Results 58 intellij-generateAllSetMethod issues
Sort by recently updated
recently updated
newest added

"assert all getters" generates a long "assertThat(xx.getxx()).isEqualTo();" list. "assertThat" is not anymore in JUnit 5. Please use something dependent on the getter return type or simply use "assertEquals(xx expected, xx...

enhancement

command + enter option+enter control + enter 都试过了没生效

wait feedback

快捷键能否自定义改一下?冲突了

wait feedback

Hello, currently if I have this: `Test.Builder builder = new Test.Builder();` I can generate this using 'generate all setter': `Test.Builder builder = new Test.Builder(); builder.withField(); builder.withField2();` It would be cool...

enhancement

Hello! Plugin crash in subject IDE

help wanted

With Java 16 Records (https://openjdk.java.net/jeps/395) are part of the JDK. Apparently the plugin can't handle them yet and no actions for generating assertions are generated. Support for setters is not...

enhancement

2021.3.2 版本无法使用了

![image](https://user-images.githubusercontent.com/5664308/64588644-9f8fb180-d3d5-11e9-981c-4f8e0d13f339.png) 像这种一个个写getXXX很麻烦 还容易漏 。能不能添加一个generate all get的选项 可以生成这些语句