groovy-language-server icon indicating copy to clipboard operation
groovy-language-server copied to clipboard

A language server for Groovy — designed for Moonshine IDE, but may be useful in other environments

Results 30 groovy-language-server issues
Sort by recently updated
recently updated
newest added

Hi there, thanks for this plugin, this makes work with grails in emacs possible. But there's one issue that, it keeps warning about follow ``` Invalid duplicate class definition of...

This was reported to me by a user on the groovy-guru extention [here](https://github.com/DontShaveTheYak/groovy-guru/issues/26). user wrote > I have a maven Groovy project (Jenkins shared library) and there are around 14000...

@JustinProminic noticed that Groovy 4.0.0 is in alpha currently, and he wanted to ask about upgrading the language server. What is the current supported version of Groovy for groovy-language-server? I...

enhancement

add support for gradle , lsp cannot find jar packages downloaded by gradle from maven repos

enhancement

I see this often and it will sometimes cause the server to restart. ``` java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at org.eclipse.lsp4j.jsonrpc.services.GenericEndpoint.lambda$null$0(GenericEndpoint.java:67) at org.eclipse.lsp4j.jsonrpc.services.GenericEndpoint.notify(GenericEndpoint.java:152) at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.handleNotification(RemoteEndpoint.java:220) at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.consume(RemoteEndpoint.java:187) at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.handleMessage(StreamMessageProducer.java:194) at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.listen(StreamMessageProducer.java:94) at org.eclipse.lsp4j.jsonrpc.json.ConcurrentMessageProcessor.run(ConcurrentMessageProcessor.java:113)...

I need to gather more data on this but I'm not seeing any errors. In fact, when tracing I see a list of methods but they are not being displayed...

If I have two files open, `a.groovy` and `b.groovy`, and I make a syntax error in `a.groovy` like: ```groovy Path test = new Path('test.txt') test. ``` When I switch to...

Please add support for document / code formatting in vs code extension

I'm trying out the VSCode extension, and whenever I try to add a jar to the classpath (settings > groovy > classpath), the following exception is thrown: ``` Jun 28,...