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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I see that "Go to definition" works for used commands, but not for the the use statement.
For example:
use ../hello.nu hello def main [] { hello }
Go to definition works on the hello call in the main function but not on the use statement on the first line.
hello
use
Am I missing something in a configuration/setting or is this the current intended behavior?
The text was updated successfully, but these errors were encountered:
This sounds like a bug or just an unimplemented feature and would probably need to be a changed in the nushell rust code in ide.rs.
Sorry, something went wrong.
No branches or pull requests
I see that "Go to definition" works for used commands, but not for the the use statement.
For example:
Go to definition works on the
hello
call in the main function but not on theuse
statement on the first line.Am I missing something in a configuration/setting or is this the current intended behavior?
The text was updated successfully, but these errors were encountered: