Skip to content

Commit

Permalink
πŸ“ update autocomplete docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sestinj committed Apr 5, 2024
1 parent 7403397 commit ebb9650
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/walkthroughs/tab-autocomplete.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ This object allows you to customize the behavior of tab-autocomplete. The availa
- `prefixPercentage`: The percentage of the input that should be dedicated to the prefix. (Number)
- `template`: An optional template string to be used for autocomplete. It will be rendered with the Mustache templating language, and is passed the 'prefix' and 'suffix' variables. (String)
- `multilineCompletions`: Whether to enable multiline completions ("always", "never", or "auto"). Defaults to "auto".
- `useCache`: Whether to cache and reuse completions when the prompt is the same as a previous one. May be useful to disable for testing purposes.
- `useOtherFiles`: Whether to include context from files outside of the current one. Turning this off should be expected to reduce the accuracy of completions, but might be good for testing.

### Full example

Expand Down

0 comments on commit ebb9650

Please sign in to comment.