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?