Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions docs/core/tools/enable-tab-autocomplete.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,7 @@ dotnet completions script fish | source

#### Nushell

Add the following to the beginning of your `config.nu` file:

```nu
dotnet completions script nushell | save -f ~/.local/share/nushell/completions/dotnet.nu
use ~/.local/share/nushell/completions/dotnet.nu *
```
Run `dotnet completions script nushell` and add the snippet it provides to your `config.nu` file.
Comment thread
sibber5 marked this conversation as resolved.
Outdated

## Dynamic completion scripts (all versions)

Expand Down
Loading