Skip to content

Commit c6d3d53

Browse files
committed
Refresh inline suggestions
1 parent 1f56032 commit c6d3d53

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/copilot/ai-powered-suggestions.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,13 @@ To give you relevant inline suggestions, Copilot looks at the current and open f
7979

8080
### Settings
8181

82-
You can configure the font for the inline suggestions with the `setting(editor.inlineSuggest.fontFamily)` setting.
82+
* `setting(editor.inlineSuggest.enabled)` - enable or disable inline completions.
83+
84+
* `setting(editor.inlineSuggest.fontFamily)` - configure the font for the inline completions.
85+
86+
* `setting(editor.inlineSuggest.showToolbar)` - enable or disable the toolbar that appears for inline completions.
87+
88+
* `setting(editor.inlineSuggest.syntaxHighlightingEnabled)` - enable or disable syntax highlighting for inline completions.
8389

8490
## Next steps
8591

0 commit comments

Comments
 (0)