Skip to content

gejun123456/intellij-generateAllSetMethod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4e6ff9d · Jul 22, 2024
Feb 3, 2017
Aug 3, 2021
Mar 11, 2019
Jul 21, 2024
Oct 18, 2018
Mar 11, 2019
Feb 3, 2017
May 29, 2024
Aug 3, 2021
Aug 3, 2021
Oct 18, 2018
Dec 24, 2016
Jan 30, 2017

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