Add debounce for re-querying completion documentation

This commit is contained in:
Julia 2024-01-30 16:21:15 -05:00 committed by Julia
parent 634fe99fa5
commit 7cb97e57f9
7 changed files with 179 additions and 79 deletions

View file

@ -622,6 +622,16 @@ These values take in the same options as the root-level settings with the same n
`boolean` values
## Completion Documentation Debounce Delay
- Description: The debounce delay before re-querying the language server for completion documentation when not included in original completion list.
- Setting: `completion_documentation_secondary_query_debounce`
- Default: `300` ms
**Options**
`integer` values
## Show Copilot Suggestions
- Description: Whether or not to show Copilot suggestions as you type or wait for a `copilot::Toggle`.