Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>Start groovysh in the context of Gradle projectNew to Visual Studio Code? Get it now.
Start groovysh in the context of Gradle project

Start groovysh in the context of Gradle project

Preview

Sandip Chitale

|
738 installs
| (0) | Free
Start groovysh in the context of Gradle project
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-gradle-groovysh README

Extends Gradle for Java VSCode extension.

Use vscode-gradle-groovysh.groovysh to run groovysh in the context of the gradle build. Once the groovysh is launched try the following command:

> gradlew -q --console=plain --init-script .../groovysh-task.gradle gradle-groovysh
Groovy Shell (4.0.13, JVM: 17.0.5)
Type ':help' or ':h' for help.
-------------------------------------------------------------------------------
groovy:000> # Available objects: gradle, settings, project
groovy:001> # Try :inspect project
groovy:001> # :inspect project

to launch the Groovy Object Browser GUI.

Groovy Object Browser

You can drill down the table rows by double clicking on the row.

Features

Name Description Contexts
vscode-gradle-groovysh.groovysh Start groovysh in build context Gradle Projects view title

Requirements

Extension Settings

Known Issues

Release Notes

1.0.0

Initial release.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft