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
When completing a cell path on a variable inside a closure, global variables get suggested, even though they are invalid in that position.
| ls | each {|f| $f.$ 12/20/2024 01:05:30 PM $env $in $nu
I ran this with nu --no-config-file, so it's not the fault of the external completion engine.
nu --no-config-file
No suggestions or variable-specific keys.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When completing a cell path on a variable inside a closure, global variables get suggested, even though they are invalid in that position.
How to reproduce
I ran this with
nu --no-config-file
, so it's not the fault of the external completion engine.Expected behavior
No suggestions or variable-specific keys.
Configuration
The text was updated successfully, but these errors were encountered: