mirror of
https://github.com/nushell/nushell.git
synced 2025-05-29 22:29:06 +02:00
# Description Enables hover/rename/references for: ```nushell def foo [] { def bar [] { } # |____________ this custom command } ``` # User-Facing Changes # Tests + Formatting +1 # After Submitting