vscode-gradle-language icon indicating copy to clipboard operation
vscode-gradle-language copied to clipboard

extend the gradle support

Open CsCherrYY opened this issue 6 years ago • 3 comments

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, we can add an project level explorer in a gradle project like what have done in intellij idea.

CsCherrYY avatar Jul 15 '19 04:07 CsCherrYY

@CsCherrYY If you use the Java extension package (or more specifically, the Java Dependency Viewer), a project explorer is already included:

grafik

fwcd avatar Sep 04 '19 02:09 fwcd

@fwcd I mean that an explorer provides some project-wide tasks from Gradle. Just includes the content from command "gradlew tasks"

CsCherrYY avatar Sep 04 '19 06:09 CsCherrYY

@CsCherrYY are you looking for something like this? https://github.com/badsyntax/vscode-gradle

badsyntax avatar Jul 30 '20 16:07 badsyntax