What are the features of the VS Code extension for...
# declarative-gradle
j
What are the features of the VS Code extension for DCL? https://declarative.gradle.org/docs/getting-started/setup/#visual-studio-code Is there a way to get some (basic) code completion? This would be very interesting as code completion for
gradle.kts
files does still not seem to be available.
j
Interested in both, dcl and kts, as IDEA is nice to write code but it is heavy and feels slow when trying to just iterate with AI and do some minor changes.
p
It does syntax highlighting, formatting and code completion. It is a tad better than the IJ/Studio support on these.
It also demonstrates some mutations/refactoring but only on a few selected cases. Not something very useful in the general case