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

How to enable completion of global variables #2189

Open
cork opened this issue May 4, 2021 · 0 comments
Open

How to enable completion of global variables #2189

cork opened this issue May 4, 2021 · 0 comments

Comments

@cork
Copy link

cork commented May 4, 2021

Pry::InputCompleter do have code to handle $[^.]* inputs. But it seams as $ is stripped from str before this is sent to it so global variables arn't ever completed.

I've tried to figure out where this happens but can't figure out what is going on.

So how do one enable completion of global variables in pry?

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

1 participant