Shi Chen

Results 86 issues of Shi Chen

see https://github.com/eclipse/eclipse.jdt.ls/pull/2125#pullrequestreview-1021097764

code-actions

Currently the available quick assists, source actions and refactorings are ordered by a static sequence and it's not so good as many users expected. There is a WIP PR: https://github.com/eclipse/eclipse.jdt.ls/pull/2109...

Related to https://github.com/redhat-developer/vscode-java/pull/2376 this PR moves the Type Hierarchy implementation to LSP based, since LSP4J has no official support for type hierarchy I declare the requests as ProtocolExtensions. Signed-off-by: Shi...

![Screenshot 2021-12-08 200758](https://user-images.githubusercontent.com/45906942/145206015-790d6269-77da-41e6-a496-3a28cc2292fd.png) To reproduce: - download https://docs.gradle.org/current/samples/zips/sample_building_spring_boot_web_applications-groovy-dsl.zip - remove `{` in line 13 from `./app/build.gradle` - reload window and recompile project

given two Gradle projects: - https://docs.gradle.org/current/samples/zips/sample_building_java_applications_multi_project-groovy-dsl.zip - https://docs.gradle.org/current/samples/zips/sample_building_java_applications-groovy-dsl.zip extract them to one folder, e,g., - testFolder/sample_building_java_applications_multi_project-groovy-dsl - testFolder/sample_building_java_applications-groovy-dsl and open testFolder in VS Code, an error will disappear: ``` Could...

Currently we can only do formatting or organize import for the current file, is it possible to do these actions for multiple files? e.g., when the user selects a folder...

##### Steps To Reproduce 1. git clone sample project: https://github.com/microsoft/vscode-gradle 2. Open in VSCode, set `java.configuration.updateBuildConfiguration` to `disabled` 3. make an error in `./gradle-server/build.gradle`. e.g., set `java` closure in line...

bug

Currently, the available source actions are in the editor context menu -> `Source Action...`, which is a little bit hard to be found. Will investigate a proper way to promote...

code action

1. Given project https://github.com/mybatis/mybatis-3.git 2. open in VS Code and import the project 3. can find an error shows in `src\test\java\org\apache\ibatis\submitted\record_type\Item.java` 4. see the language status item, find the language...

bug

This PR is a part of #2376, to reduce the complexity of that PR. Type Hierarchy support has been introduced since language-client 8.0.0-next.4 so we should update this dependency, the...

dependencies
has conflicts