vscode-gradle
vscode-gradle copied to clipboard
Feature: Added multiple language support
This plugin is awesome, but I felt the lack of leveraging Gradle init's support for c++, scala, groovy and kotlin projects was a bit of a shame.
https://user-images.githubusercontent.com/10700460/191159884-92606f50-06a7-4bef-8e00-43ac73116fd0.mov
Thank you @ogtega for submitting this PR. As you may notice, currently the support for Kotlin and other JVM languages is very limited in our Java extensions on VS Code. When users create the project like the video does, it might lead to some misunderstanding that we are providing support for these languages (and C++). It also adds some extra clicks for the users. Therefore, the value this UI flow adds might not be as great as it looks. If we have more solid support for Kotlin and so on, I think this will be a great UI flow. In the meantime, I think using CLI might be a better way.