Skip to content
Merged
Changes from all commits
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
11 changes: 11 additions & 0 deletions config.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ Completion:
AllScopes: Yes
ArgumentLists: FullPlaceholders
HeaderInsertion: IWYU
CodePatterns: All
```

### AllScopes
Expand Down Expand Up @@ -413,6 +414,16 @@ equivalent of the CLI option `--header-insertion`. Valid values are:
symbol is forward-declared. This is the default.
- `Never`: Never insert headers.

### CodePatterns
{:.v21}

Completion will suggest code snippets and code patterns.
Valid values are:
- `All`: All the code snippets and patterns are suggested.
- `None`: None of the code snippets and patterns are suggested.

The default is `All`.

## InlayHints
{:.v14}

Expand Down