anonymous
-
22 votesunder review ·
AdminMatthias Kempka
(Admin, EclipseSource)
responded
Thanks for the hint. We’ll look into integrating it.
anonymous
shared this idea and gave it 3 votes
·
Workaround if you want it any earlier (like: now :-)
- Download lombok.jar
- locate the eclipse instance you are using
(start eclipse, About->Installation Details->Configuration shows the path)
- Copy lombok.jar into the instance
On mac: /Users/<yourName>/.yoxoslauncher/instances/<fromAbove>/Eclipse.app/Contents/MacOS
On linux (I think): /Users/<yourName>/.yoxoslauncher/instances/<fromAbove>/Eclipse
- Go to the Yoxos perspective and select Launching in you profile
- Paste the following 2 lines into VM Arguments
-javaagent:lombok.jar
-Xbootclasspath/a:lombok.jar
- Save the configuration and restart