Jinbo Wang

Results 60 issues of Jinbo Wang

This is a follow-up of https://github.com/eclipse/eclipse.jdt.ls/pull/2162. Since Eclipse 2022-06 supports computing the required plug-ins automatically while launching, it's not necessary to list all required plugins explicitly in *.launch files. We...

debt

### Use Case ```java List list = new A| ``` ### Performance Analysis Here is the cpu profiling result of completion handler. Please note that the JDT index search operation...

performance
completion

Sample: ```java @SpringBootApplication(proxyBeanMethods = false) public class PetClinicApplication { public static void main(String[] args) { SpringApplication.run(PetClinicApplication.class, args); new S| } } ``` Since one type could have multiple constructors, the...

performance
completion

- Download spring sample https://github.com/spring-guides/gs-rest-service - Open it with VS Code. It failed to import the gradle projects with the following exceptions. Also see the entire [server log](https://github.com/eclipse/eclipse.jdt.ls/files/6371342/_.log). ``` !ENTRY...

upstream
gradle

Signed-off-by: Jinbo Wang We have an enterprise partner that is trying to adopt VS Code as their Java development tool. To help their team to on board to VS Code...

Recently when I open spring-petclinic in VS Code, I have observed multiple times that the project import (setting up the classpath container) is stuck at 33%. And usually reload the...

Use VS Code to develop eclipse.jdt.ls itself, and switch local branch to a remote PR branch, language server reports OOM exception. ``` !ENTRY org.eclipse.jdt.ls.core 1 0 2022-07-19 13:28:12.066 !MESSAGE >>...

> Originally created by @VanessaLange at Microsoft/vscode-java-debug#576 When adding a jar to the classpath file the program won't build any longer and you get the error message: "Build failed, do...

When i installed vscode-languageclient 7.0.0 to adopt LSP 3.16, i found there was a breaking change in [email protected] about adopting [Parameter Structures](https://www.jsonrpc.org/specification#parameter_structures) concept of [email protected], see [language client 7.0.0 changelog](https://github.com/Microsoft/vscode-languageserver-node#3160-protocol-600-json-rpc-700-client-and-700-server)....

![image](https://user-images.githubusercontent.com/14052197/165247941-a641d9f8-ae1a-47c0-9e62-a5bf10b442b8.png) The highlighting two stacks don't provide any valid info for diagnose, they can be hidden as well.

enhancement