vscode-nushell-lang
vscode-nushell-lang copied to clipboard
Go to definition for use statements
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.
Am I missing something in a configuration/setting or is this the current intended behavior?
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.