Skip to content
New issue

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 parameter completion does not work well #744

Closed
mattirn opened this issue Nov 14, 2021 · 0 comments
Closed

Groovy REPL: prnt command parameter completion does not work well #744

mattirn opened this issue Nov 14, 2021 · 0 comments
Milestone

Comments

@mattirn
Copy link
Collaborator

mattirn commented Nov 14, 2021

Groovy REPL prnt command tab completion of object parameter does not work. For example typing the commands shown below do not complete anything

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.

@gnodet gnodet added this to the 3.22.0 milestone Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants