Optional
enabledOptional
fontFont family for inline suggestions.
Optional
keepDoes not clear active inline suggestions when the editor loses focus.
Optional
modeConfigures the mode.
Use prefix
to only show ghost text if the text to replace is a prefix of the suggestion text.
Use subword
to only show ghost text if the replace text is a subword of the suggestion text.
Use subwordSmart
to only show ghost text if the replace text is a subword of the suggestion text, but the subword must start after the cursor position.
Defaults to prefix
.
Optional
showOptional
suppress
Enable or disable the rendering of automatic inline completions.