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

Spring Initilizr extension - gradle support

Open bkbonner opened this issue 6 years ago • 0 comments

I noticed that the Spring Boot Initializr extension does not support editing the build.gradle file after it's downloaded.

I'd like to add support for modifying this file, but it seems like the 'right' way to do this is to use a language server for .gradle files that would let me parse the various methods (e.g. dependencies) in build.gradle, and manipulate them.

I was curious if you had any thoughts on this approach and if I could use this language server as a dependency for that purpose? I don't have much experience with language servers. Any advice yo can give would be appreciated.

Thanks.

bkbonner avatar Feb 24 '19 00:02 bkbonner