Shi Chen

Results 86 issues of Shi Chen

fix #1153 with this PR, we will not expose creating new project in advanced mode in the command palette but allow users to switch to them during the creating process....

enhancement
UX

now if there is any error in the source file from the debug terminal, we can left+click to navigate to that location but there is no tip to guidance to...

enhancement
terminal
ux
ai-triaged

It would be great if we can provide this feature to help us open a type definition of a variable when debugging. In IntelliJ, the similar feature names `Jump To...

enhancement
feature request
variables
ai-triaged

fix #663, based on #3059, will rebase when #3059 gets merged. sample to enable google style: ``` "java.format.scheme": "google" ``` or ``` "java.format.scheme": { "style": "google" }, ``` #2955 can...

has conflicts
do-not-merge/work-in-progress

requires https://github.com/eclipse/eclipse.jdt.ls/pull/2589 This PR introduces a VS Code/JDTLS formatter scheme, which can be configured without existing eclipse profile. Deprecate configurations: - `java.format.settings.url` - `java.format.settings.profile` New configurations: - `java.format.scheme` The configuration...

has conflicts

### Steps to Reproduce 1. git clone https://github.com/scratches/gradle-aot 2. run `./gradlew clean build` in the project root folder 3. Open the project in VS Code or eclipse 4. Run the...

a:bug :beetle:

### Expected Behavior The project is imported successfully ### Current Behavior There are serveral errors about type is not accessible and module can not be resolved. ![image](https://user-images.githubusercontent.com/45906942/198177245-9540e476-d6ec-411f-9d55-d7f13b96a69f.png) ### Steps to...

a:bug :beetle:

we should follow redhat.java configuration `java.import.gradle.enabled` to determine if the extension should be enabled in the current project or not

enhancement
ai-triaged

I'm a gradle user and I have some ideas to improve the extension.I think it would be great if we add some convenient buttons to run a single task. Besides,...

currently `exTester.installFromMarketplace()` will not download [platform specific](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#platformspecific-extensions) versions of the extension. e.g., the `redhat.java` extension releases the platform specific versions since `1.2.0`, now the newest version of the extension is...

enhancement