Skip to content

Intellij plugin to generate call to setter method value for class

License

Notifications You must be signed in to change notification settings

komawei/intellij-generateAllSetMethod

 
 

Repository files navigation

intellij-generateAllSetMethod

GitHub release Jetbrains Plugins Version
Downloads Downloads last month

  • generate setter default values when cursor on local variable setter

  • generate converter when cursor in method methodConveter

  • generate List Set Map return value ListImplement Installation


support following product build version > 141

  • Android Studio
  • IntelliJ IDEA
  • IntelliJ IDEA Community Edition

using IDE plugin system

  • Preferences(Settings) > Plugins > Browse repositories... > find"GenerateAllSetter" > Install Plugin

Manual:

  • downloadlastest plugin zip -> Preferences(Settings) > Plugins > Install plugin from disk...

restart IDE.

contribute

  • import the project to Intellij
  • add a gradle task runIde
  • change the code and run the task to see the change

my other plugins

About

Intellij plugin to generate call to setter method value for class

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.5%
  • HTML 0.5%