vscode-lombok icon indicating copy to clipboard operation
vscode-lombok copied to clipboard

Lombok Annotations Extension for Visual Studio Code

Results 44 vscode-lombok issues
Sort by recently updated
recently updated
newest added

The Lombok function will add Lombok's annotations and remove corresponding methods in source file. The Delombok function is the inverse process of Lombok. It will remove Lombok's annotations and add...

User feedback: "There is a way to execute call hierarchy in get generated by lombok? I was able to use find all references but it wasn’t what I was looking...

navigation

'java.jdt.ls.vmargs' will be used in workspace settings across multiple dev machines and setup (remote, containers, local, etc.) adding the agent there will not be compatible with all those setups as...

enhancement

vscode could not veirfy lombok word in latest version

When Ctrl+Clicking a getter or setter a better behaviour would be to link directly to the field in question and not the annotation on the class. The same would apply...

enhancement
navigation

I'm using OSS version 1.66.0 of vs code. My vscode-lombok extension version is 1.0.1. My jdk is OpenJDK 11. I'm getting a whole bunch of errors like ``` The method...

The annotationed class is normal. But the method annotationed with getter or setter showing red error underline in other invoker class .

Are there any plans to support [delombok ](https://projectlombok.org/features/delombok)within the VSCode extension? Would love to see that integrated via the extension.

enhancement
delombok

Hi, I have an issue that was not applied in my vscode editor. "The value of the field [Myclass.field] is not used" (There are some images to check end of...

While you can use @StandardException annotation itself without issue, any code trying to construct the exception does not see the automatically implemented constructors.