Re: [editor/tooling support in core groovy]

2019-02-18 Thread Michael Arndt
I believe that's the way to go. I was thinking about it recently (we use a groovy dsl for a work project and providing a decent editor would be nicer for the customer, does have very low prio though). I found https://github.com/palantir/language-servers which is using the groovy compiler and exposi

Re: [editor/tooling support in core groovy]

2019-02-17 Thread Milles, Eric (TR Tech, Content & Ops)
There is also the possibility of a consolidated effort on a Language Server Protocol implementation for Groovy that would replace the current eclipse tooling upon reaching maturity. This would extend to other platforms like Visual Studio Code as well. From: Mil