Jinbo Wang
Jinbo Wang
Oh, it should be picked up by vscode-java. Since the new lombok-bundle.jar is not a real Eclipse plugin, vscode-java won't execute it. If you want to convert it to an...
Interesting. But looks like lombok-intellij plugin is not injected via vmArgs, but by the extension way. Not sure how they did that.
In the latest version 1.1.0, the lombok agent in this extension is removed because RedHat Java extension has built-in lombok support by default. This lombok extension no longer injects lombok...
[Language Support for Java(TM) by RedHat](https://marketplace.visualstudio.com/items?itemName=redhat.java) extension 1.8.0 will automatically use the lombok.jar from your project classpath for lombok support in VS Code. Based on testing, it seems the lombok...
We don't support right click on the **Java Dependency View** yet. Do you mean you lose the right click on the **File Explorer**?
Menus in progress: - [x] Reveal in Explorer - [x] Copy Path - [x] Copy Relative Path - [ ] Copy Qualified Name (enable for package and class) If you...
Project Explorer only show classpaths. `.gitignore` is not the case, and won't be displayed by Explorer.
Another use case for copy/paste is auto-escape string on paste. For example, pasting some text to a Java string literal, auto escape the characters such as `\`,`"` etc. The current...
This duplicates with https://github.com/microsoft/vscode-java-debug/issues/1212#issuecomment-1248951918. It's a regression in upstream jdt.core https://github.com/eclipse-jdt/eclipse.jdt.core/issues/405. **Root Cause:** Your JDK installation misses `release` file, that leads Java extension to throw NPE when reading the `release`...
@knutae thank you for sharing the use case.