mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-27 00:08:42 +00:00
The goal of #7115 appears to be to limit the disruptiveness of completion documentation load causing the completion selector to move around. The approach was to debounce load of documentation via a setting `completion_documentation_secondary_query_debounce`. This particularly had a nonideal interaction with #21286, where now this debounce interval was used between the documentation fetches of every individual completion item. I think a better solution is to continue making space for documentation to be shown as soon as any documentation is shown. #21704 implemented part of this, but it did not persist across followup completions. Release Notes: - Fixed completion list moving around on load of documentation. The previous approach to mitigating this was to rate-limit the fetch of docs, configured by a `completion_documentation_secondary_query_debounce` setting, which is now deprecated. |
||
|---|---|---|
| .. | ||
| assistant | ||
| development | ||
| extensions | ||
| languages | ||
| additional-learning-materials.md | ||
| channels.md | ||
| collaboration.md | ||
| completions.md | ||
| configuring-languages.md | ||
| configuring-zed.md | ||
| development.md | ||
| environment.md | ||
| extensions.md | ||
| fonts.md | ||
| getting-started.md | ||
| git.md | ||
| globs.md | ||
| key-bindings.md | ||
| languages.md | ||
| linux.md | ||
| multibuffers.md | ||
| outline-panel.md | ||
| remote-development.md | ||
| repl.md | ||
| snippets.md | ||
| SUMMARY.md | ||
| system-requirements.md | ||
| tasks.md | ||
| telemetry.md | ||
| themes.md | ||
| vim.md | ||
| windows.md | ||