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

Variables defined as |<variable>| are not suggested inside blocks #122

Open
EmilyGraceSeville7cf opened this issue May 1, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@EmilyGraceSeville7cf
Copy link
Contributor

image

No $it suggested

@EmilyGraceSeville7cf EmilyGraceSeville7cf changed the title Variables defined inside as |<variable>| are not suggested inside blocks Variables defined as |<variable>| are not suggested inside blocks May 1, 2023
@fdncred
Copy link
Collaborator

fdncred commented May 1, 2023

This may require changes to nushell's completion call. Or maybe some fancy typescript to append to what nushell returns.

@fdncred fdncred added the enhancement New feature or request label May 1, 2023
@fdncred
Copy link
Collaborator

fdncred commented May 1, 2023

Thinking more about this, our completions in the extension work the same way the completions work in nushell (i think). What that means is that if you can't get the completions you're looking for in the nushell repl, you won't get them in the extension. Vice-versa, if you get the completions in the repl, we should be able to make them work in the extension.

@EmilyGraceSeville7cf
Copy link
Contributor Author

I think it's the right way to develop completions, to keep them consistent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants