I was trying to set up lombok in STS.
These are the steps I have done: I downloaded a lambok jar file and have specified my sts.exe path. I have added the following dependencies in my pom.xml
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
After this, I closed my sts and also updated my project. My maven dependencies folder should have a lombok.jar file in it. But there is no such file. I have tried other links but in vain. Please help what step I am missing?
Edit: So I actually switched to visual studio code and in order to use lombok in vscode, you will have to install lombok extension.