diff --git a/src/content/docs/general/fill-in-middle.md b/src/content/docs/general/fill-in-middle.md index 895f552..82cdb9f 100644 --- a/src/content/docs/general/fill-in-middle.md +++ b/src/content/docs/general/fill-in-middle.md @@ -1,10 +1,10 @@ --- -title: Fill in the middle -description: Fill in the middle +title: Autocomplete +description: Autocomplete --- -To use Twinny to fill in the middle of a code snippet, just start typing in the editor and Twinny will autocomplete for you. Very similar to how Github Copilot works. +To use Twinny to autocomplete a code snippet, just start typing in the editor and Twinny will autocomplete for you. It's very similar to how Github Copilot works. -If you prefer to trigger code completion manually turn off automatic inline code completion in the settings menu which can be found at the top of the Twinny side panel, and then use the keyboard shortcut `ALT+\` to trigger code completion. +If you prefer to trigger code completion manually, turn off automatic inline code completion in the Settings menu which can be found at the top of the Twinny side panel and then use the keyboard shortcut `ALT+\` to trigger code completion. -Github Copilot and Twinny share the same keyboard shortcuts, so might interfere with each other enable and disable them as needed. +Github Copilot and Twinny share the same keyboard shortcuts, so they may interfere with each other. Please enable or disable them if required.