Skip to main content

Interface: CompletionConfiguration

Configuration for controlling the behavior of completion proposals.

Properties

includeAliases

readonly includeAliases: boolean

This flag controls whether or not to include aliases of routes and flags.

Defaults to match value of DocumentationConfiguration.useAliasInUsageLine.

Defined in

packages/core/src/config.ts:171


includeHiddenRoutes

readonly includeHiddenRoutes: boolean

This flag controls whether or not to include hidden routes.

Defaults to false.

Defined in

packages/core/src/config.ts:177