Skip to content

gejun123456/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