InlineCompletions
Provide information about how to access the inline completions hover and Accessible View.
{
"accessibility.verbosity.inlineCompletions": true // default
}
Type
bool
Default
true
Description
Controls whether or not the attached screen reader will announce suggestions from Copilot as well as information on how to open the Accessibility Help for that suggestion. You can trigger suggestions with the GitHub Copilot Chat extension or by setting
{
"editor.quickSuggestions": {
"other": "inline"
}
}
The terminology is confusing because sometimes “completions” and “suggestions” are used interchangeably. Two different words to refer to the same thing… please help me complain to Microsoft about this.