-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from SkleppyKins/main
Updated docs for readability
- Loading branch information
Showing
2 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters