Roland Grunberg
Roland Grunberg
- When a non-existent type is permitted by a sealed class, the newly created type should implement the necessary methods - Related #1553 .. turns out it's possible after all....
- Fixes redhat-developer/vscode-java#1791 - Some JDT core compiler problems can be ignored using the setting preference file, so offer a code action to do this for a given error/warning Signed-off-by:...
- Fixes #21 - Disable by default, and require setting of java.telemetry.enabled - Report build tool used for each project URI (eg. Maven, Gradle, etc.) - Report JDT compiler source...
https://microsoft.github.io/language-server-protocol/specifications/specification-current/#workspace_symbol seems to support partial results and with changes like https://github.com/eclipse/eclipse.jdt.ls/pull/1688 coming eventually, it might be great to have this. On the JDT-LS side [WorkspaceSymbolHandler](https://github.com/eclipse/eclipse.jdt.ls/blob/master/org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/handlers/WorkspaceSymbolHandler.java#L50) aggregates the results into a...
One piece of functionality that would be nice to have with VS Code Java is the ability to quickly see all inherited methods of a class that is opened. I...
- Fixes #1242 - Add testcase Signed-off-by: Roland Grunberg
- Use an executor with fixed period (1 day) to send server.document.open events (if any) to the client Signed-off-by: Roland Grunberg
https://github.com/eclipse/lemminx/blob/master/org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/commons/ParentProcessWatcher.java Usually, the language server will be shut down by the client as defined by the [`shutdown()`](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#shutdown) request of the LSP spec. In some cases this might fail, so we...
As per https://github.com/kotcrab/remark-java/pull/4 , https://github.com/kotcrab/remark-java will be archived. It's also used by the XML language server to convert HTML to Markdown. Are there any actively maintained alternatives or will we...
- Since any JVM component may invoke logging, it may be best to disable all logging - Related #2577 - Fixes #2292 Signed-off-by: Roland Grunberg Prompted again by https://github.com/redhat-developer/vscode-microprofile/issues/110#issuecomment-1255150646 ,...