6

steps to install lombok in STS on mac os. I can't find any IDEs on your computer

enter image description here

Guru Cse
  • 2,805
  • 2
  • 18
  • 15

2 Answers2

27
  • Install STS

  • Download the lombok.jar from https://projectlombok.org/download

  • Double click on lombok.jar, then a window opens or run the cmd: java -jar lombok.jar or sudo java -jar lombok.jar enter image description here

  • click specify location, go to Applications -> Spring tool suite -> contents -> Eclipse -> SpringToolSuite.ini, click open. see below image

enter image description here

  • click install/update and restart your STS
Guru Cse
  • 2,805
  • 2
  • 18
  • 15
8

You can install any plugin using install new software..

STS--> help--> install new software

https://projectlombok.org/p2

enter image description here

cvsr.sarma
  • 879
  • 1
  • 13
  • 29