Lombok support #9070
-
Hi there! I have a question. Does theia-ide supports lombok? My steps:
I have found issue #2363 but I could not understand how to add lombok library. I try to add this library at launch.json but it does not work. So, does theia-ide supports lombok? Is there any docs how to plug lombok to theia-ide? Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@DarrMirr thank you for the discussion, in order to support You can either reference the plugin under |
Beta Was this translation helpful? Give feedback.
@DarrMirr thank you for the discussion, in order to support
lombok
in your custom application you can make use of thevscode-lombok
plugin:You can either reference the plugin under
theiaPlugins
of your application's package.json and it will download it given the link, or you can put it manually under your plugin folder for test purposes. At this time the plugin is not available under the open-source open-vsx registry, but you can request to add it if you believe it works well.