Shi Chen
Shi Chen
You have already found the two actions in different kinds: - `quickassist` will be shown in the quick fix section (light bulb) - `source.*` will appear in source actions, when...
> This assumes vscode but vscode is not the only client implementing LSP. So you're using a client which doesn't provide `only` property and will not handle different `CodeActionKind`, is...
see https://github.com/microsoft/vscode-java-test/issues/1428 for reordering "Generate Tests..."
related to https://github.com/eclipse/buildship/issues/1131
related to https://github.com/eclipse/buildship/issues/1131
Agree that the tests are important, we should not simply dismiss them without any notification to the users. > I think the correct approach here would be to import buildSrc...
Hi @mickaelistria , Currently we're at the start point of supporting Gradle file edition experience and consume some file-based metadata from groovy parser. If we can cooperate with Buildship IMO...
we can simply to reproduce this via Android Studio `new project -> Basic Activity -> Language: Java` and finish the wizard.
@nisargjhaveri I think the snippet above will help resolve classpath for you. Besides, there are serveal things to do to make android project work: 1. add source set. Since android...
@donat Sure! And thanks for the information, I'll take a look at #1163 and if there is any simpler way (e.g., use toolchain closure as you mentioned), I'm glad to...