Is it possible to enable intellisense in groovysh, in similar lines of what python offering?
Code completion feature is not working in groovysh at all.
So far there was a myth that command arrows will not work. But after refering documentation and using the below command they are working in Windows 10.
groovysh --terminal=none
Similarly is there any option for code completion as well?