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

Improved References

Open triHims opened this issue 1 year ago • 0 comments

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.

triHims avatar Mar 30 '24 13:03 triHims