mplushnikov / lombok-intellij-plugin

Lombok Plugin for IntelliJ IDEA
Apache License 2.0
3.11k stars 635 forks source link

Support for experimental @WithBy? #1155

Open patricks-dev opened 2 years ago

patricks-dev commented 2 years ago

Short description

@WithBy is an experimental Lombok feature that didn't even make it to the official documentation yet. It helps write nested @With in a readable way by using lambda.

Expected behavior

While the feature works, the lack of support in the plugin makes Android Studio displays as errors all calls to methods that are actually generated and work fine.

Version information

PS: Is the Lombok plugin development completely abandonned?!