• Stars
    star
    574
  • Rank 77,739 (Top 2 %)
  • Language
    Java
  • License
    GNU General Publi...
  • Created almost 8 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Intellij plugin to generate call to setter method value for class

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