File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -21,5 +21,15 @@ cp -f config.yaml ~/.continue/config.yaml
2121
2222## Usage
2323
24- - Press ` Cmd+P ` (Mac) or ` Ctrl+P ` (Windows/Linux) to toggle Continue: Toggle Autocomplete Enabled
24+ - 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
2526- The model will respond with code completions and suggestions
27+
28+ ## Settings
29+ - Press ` Cmd+Shift+P ` (Mac) or ` Ctrl+Shift+P ` (Windows/Linux) to open the Command Palette
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+
You can’t perform that action at this time.
0 commit comments