groovy-guru icon indicating copy to clipboard operation
groovy-guru copied to clipboard

Groovy Intellisense for Visual Studio Code

Results 20 groovy-guru issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [glob](https://togithub.com/isaacs/node-glob) | [`7.1.7` -> `7.2.3`](https://renovatebot.com/diffs/npm/glob/7.1.7/7.2.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/glob/7.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/glob/7.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

chore
patch

I use Gradle in my project, and because of that, gradle generates some build output in a folder called `bin`. The extension wrongly sees my source files as being defined...

enhancement
good first issue
help wanted

When selecting `Go to Definition` on a `@Field` definition for a `Jenkinsfile` it fails with: > Cannot read properties of undefined (reading 'with') This should be a minimal example, if...

When using this extension with FileSystemAPI/-Provider workspaces IntelliSense is not working. This can be reproduced f. e. by using the [WSL Extension by Microsoft ](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl)and creating and opening a groovy...

VSCode version: 1.64.1 Groovy-Guru version: v0.6.0 Issue: IntelliSense errors due to second Jenkinsfile (in a differrent folder) in workspace. ![image](https://user-images.githubusercontent.com/50635457/204493221-e07542ad-e65a-406f-95cc-d0d5559bc414.png) Description: I am working on two projects at the same...

Hello, Curious if this extension is supported on a Mac M1. No matter what JDK path I put in "groovy.java.home" param of the settings file, I get the error: "The...

**VSCode Version:** 1.71 **Groovy-Guru Version:** 0.6.0 **Issue:** Additional * in tooltip comment Text on new line is not reflected in the comment ![image](https://user-images.githubusercontent.com/16818057/188924856-868238ff-5f6a-4443-aa27-7806cf81e84e.png) **Expect:** The comments beginning * should not...

I have this extension installed on a remote machine. I'm not sure why, but it has a very high cpu utilization. It is worth mentioning that this repo I am...

Good work so far, this extension looks promising. But, I have a maven Groovy project (Jenkins shared library) and there are around 14000 files in the maven repo cache with...

enhancement

I don't know if it's desired or no, but the extension seems to only provide intellisense for Groovy code when the file is saved: ![KmlsHD3ohz](https://user-images.githubusercontent.com/29582865/129035167-b73ad06d-1638-4668-a4ff-270aa7ae2e4c.gif)