nschema completion
Output a shell tab-completion script for nschema. NSchema is its own completion provider,
so no external tool (such as dotnet-suggest) is required.
nschema completion <shell>Supported shells: bash, zsh, fish, pwsh.
Enabling completion
Section titled “Enabling completion”Source the script in your current shell, or install it permanently:
import { Tabs, TabItem } from “@astrojs/starlight/components”;
Nothing — it only writes a script to stdout.