Description
Currently, if I run groovysh, and enter the following:
class MyMath { static int square(int x) {return x*x} } import static MyMath.*
Then enter
sq
followed by hitting the Tab key, groovysh does not provided any possible auto-completions.
Instead, hitting the Tab key should auto-complete to the square method in MyMath.
I fixed this already in my local groovy installation and can submit it as a pull request if that helps.
Attachments
Issue Links
- links to