groovy-language-server
                                
                                 groovy-language-server copied to clipboard
                                
                                    groovy-language-server copied to clipboard
                            
                            
                            
                        A language server for Groovy — designed for Moonshine IDE, but may be useful in other environments
To test the completion function of the server, I run the java file ``groovy-language-server/src/test/java/net/prominic/groovyls/GroovyServicesCompletionTests.java`` and successfully output the result. For example, when I let the input content be: ``` class...
This improvement will make get References work on fields and methods in other packages. In a large project getRefererence fails because getEnclosing node gets stuck in infinite loop. Let me...
A problem occurred configuring root project 'groovy-language-server'. Could not open cp_proj generic class cache for build file '/home/givenchy/Downloads/groovy-language-server/build.gradle' (/home/givenchy/.gradle/caches/7.6.1/scripts/9px8z4wtfzdo1vmdjyibq74l4). > BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_'...
… may result in NullPointerException. I added a check for this.
I would like add Groovy auto-completion to a JavaFX text editor. Should I use similar code with the one from this project test cases? Please let me know if you...
This might fix issue #41
Hello, with repo cloned at last commit (4866a3f2c180f628405b1e4efbde0949a1418c10) I have the following error in compilation: ```shell $ ./gradlew build Note: /home/tomrss/.emacs.d/.cache/groovy-language-server/src/main/java/net/prominic/groovyls/GroovyLanguageServer.java uses or overrides a deprecated API. Note: Recompile with...
What I want to do is to inject the prompts I want by default in the prompt, such as all classes and methods in the JDK, as well as the...
Publishing artifacts makes it easy for plugin systems to be configured to auto-install this language server when groovy files are detected Two things in this PR: 1. an editor config...