We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Groovy REPL prnt command tab completion of object parameter does not work. For example typing the commands shown below do not complete anything
prnt
groovy-repl> data=slurp demo/target/data.json groovy-repl> prnt ${data}.<tab>
while the completion works correctly for Groovy statements
groovy-repl> println data.<tab> Identifiers response responseHeader Methods add equals keySet replace chopMap forEach len replaceAll clear get merge size compute getClass notify toString computeIfAbsent getOrDefault notifyAll values computeIfPresent hashCode put wait containsKey hydrated putAll containsValue isEmpty putIfAbsent entrySet items remove
In prnt command tab-completion should display object identifiers.
The text was updated successfully, but these errors were encountered:
789ac75
No branches or pull requests
Groovy REPL
prnt
command tab completion of object parameter does not work. For example typing the commands shown below do not complete anythingwhile the completion works correctly for Groovy statements
In
prnt
command tab-completion should display object identifiers.The text was updated successfully, but these errors were encountered: