Skip to content

Commit a72ea1e

Browse files
author
bamurtaugh
committed
Settings updates
1 parent a9700fc commit a72ea1e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/copilot/ai-powered-suggestions.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ It could also be more complex: if you added a new command to your VS Code extens
126126
![NES suggesting change after updating function name](./images/inline-suggestions/nes-gutter.gif)
127127
* **Matching code style**. After copy-pasting some code, Copilot will suggest how to adjust it to match the current code where the paste happened.
128128

129-
### Further configuring Next Edit Suggestions
129+
### Further configuring edit suggestions
130130

131131
You use Copilot NES, you must set `setting(github.copilot.nextEditSuggestions.enabled)`. There are a couple of additional settings you can also use to configure your NES experience:
132132
* `setting(editor.inlineSuggest.edits.codeShifting)`: You can disable this setting if you never want NES to shift your code to show a suggestion.
@@ -167,7 +167,11 @@ You can temporarily enable or disable code completions either for all languages,
167167

168168
* `setting(editor.inlineSuggest.syntaxHighlightingEnabled)` - enable or disable syntax highlighting for inline completions.
169169

170-
* `setting(github.copilot.nextEditSuggestions.enabled)` - enable Copilot Next Edit Suggestions (preview)
170+
* `setting(github.copilot.nextEditSuggestions.enabled)` - enable Copilot Next Edit Suggestions (Copilot NES).
171+
172+
* `setting(editor.inlineSuggest.edits.codeShifting)` - configure if NES is able to shift your code to show a suggestion.
173+
174+
* `setting(editor.inlineSuggest.edits.renderSideBySide)` - configure if NES can show larger suggestions side-by-side if possible, or if NES should always show larger suggestions below the relevant code.
171175

172176
## Next steps
173177

docs/copilot/copilot-settings.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ The team is continuously working on improving Copilot in VS Code and adding new
2626
* `setting(chat.commandCenter.enabled)` <i class="codicon codicon-beaker"></i>: Controls whether the command center shows a menu for chat actions.
2727
* `setting(workbench.commandPalette.experimental.askChatLocation)` <i class="codicon codicon-beaker"></i>: Controls where the Command Palette should ask chat questions.
2828
* `setting(github.copilot.chat.search.semanticTextResults)` <i class="codicon codicon-beaker"></i>: Enables semantic search results in the Search view.
29-
* `setting(github.copilot.nextEditSuggestions.enabled)` <i class="codicon codicon-beaker"></i>: Enables Copilot Next Edit Suggestions (preview).
29+
* `setting(github.copilot.nextEditSuggestions.enabled)` <i class="codicon codicon-beaker"></i>: Enables Copilot Next Edit Suggestions (preview, aka "Copilot NES").
30+
* `setting(editor.inlineSuggest.edits.codeShifting)` <i class="codicon codicon-beaker"></i>: Configure if NES is able to shift your code to show a suggestion.
31+
* `setting(editor.inlineSuggest.edits.renderSideBySide)` <i class="codicon codicon-beaker"></i>: Configure if NES can show larger suggestions side-by-side if possible, or if NES should always show larger suggestions below the relevant code.
3032

3133
## Chat settings
3234

0 commit comments

Comments
 (0)