groovy-language-server
groovy-language-server copied to clipboard
Improved References
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 know if anything needs to be changed.
Some problems that are still left - getReferences does not work properly when calling inside findAll, as this requires type inferencing of the variable.