We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104556f commit ca84e7cCopy full SHA for ca84e7c
1 file changed
continue/README.md
@@ -21,5 +21,15 @@ cp -f config.yaml ~/.continue/config.yaml
21
22
## Usage
23
24
-- Press `Cmd+P` (Mac) or `Ctrl+P` (Windows/Linux) to toggle Continue: Toggle Autocomplete Enabled
+- Press `Cmd+Shift+P` (Mac) or `Ctrl+Shift+P` (Windows/Linux) to open the Command Palette
25
+- Type "Continue: Toggle Autocomplete Enabled" and press Enter
26
- The model will respond with code completions and suggestions
27
+
28
+## Settings
29
30
+- Type "Continue: Open Settings" and press Enter
31
+- Find these settings:
32
+- - Autocomplete Timeout (ms): Set it to `400`
33
+- - Autocomplete Debounce (ms): Set it to `500`
34
+- - Disable autocomplete in files: Set it to `**/*, !**/*.ts, !**/*.tsx`
35
0 commit comments