Skip to content

Commit

Permalink
Update fill-in-middle.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SkleppyKins authored Apr 30, 2024
1 parent e15a5c8 commit 2787706
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/content/docs/general/fill-in-middle.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 2787706

Please sign in to comment.