项目作者: DontShaveTheYak

项目描述 :
Groovy Intellisense for Visual Studio Code
高级语言: TypeScript
项目地址: git://github.com/DontShaveTheYak/groovy-guru.git
创建时间: 2021-07-06T07:57:16Z
项目社区:https://github.com/DontShaveTheYak/groovy-guru

开源协议:Apache License 2.0

下载


Groovy IntelliSense for Visual Studio Code

GitHub Workflow Status
Marketplace Version

The Groovy-Guru extension
provides rich language support for the
Groovy programming language, using the Groovy Language Server. You can also install Groovy-Guru using the Jenkins Extension Pack, which is a must have when developing pipelines for Jenkins.

Quick Start

Welcome! 👋🏻

Whether you are new to Groovy or an experienced Groovy developer, we hope this
extension fits your needs and enhances your development experience.

You are ready to get Groovy :-) 🎉🎉🎉

Features

The extension is currently a work-in-progress but does provide basic IntelliSense. We plan to extend this extension to include code navigation and code editing.

  • Code completion and Signature help
  • See GroovyDoc strings on Classes, Fields, Methods and Functions.

Build from source

You first need to build the language server.

  1. yarn run build

Now you can install it into vscode.

  • Using the CLI

    1. code --install-extension groovy-guru-0.0.0.vsix
  • Using the GUI

    • Type ctrl + shift + p
    • Then type Extensions: Install from VSIX
    • Then find this directory and select groovy-guru-0.0.0.vsix

Acknowledgements