# Zed Weekly #23: Autocomplete Documentation and Reduced UI Latency

DevFeed: [Zed Weekly #23: Autocomplete Documentation and Reduced UI Latency](<https://devfeed.tech/articles/zed-weekly-23-13592.md>)

Original publisher: [Read original article](<https://zed.dev/blog/zed-weekly-23>)

Author: Joseph Lyons

Published: 2023-10-13T00:00:00Z

Content type: article

Language: en

Sources: [Zed Industries - Blog](<https://devfeed.tech/sources/zed-industries-blog.md>)

Topics: [Documentation](<https://devfeed.tech/topics/documentation.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [ui](<https://devfeed.tech/topics/ui.md>), [Concurrency](<https://devfeed.tech/topics/concurrency.md>)

Tags: [async](<https://devfeed.tech/tags/async.md>), [autocomplete](<https://devfeed.tech/tags/autocomplete.md>), [latency](<https://devfeed.tech/tags/latency.md>), [performance](<https://devfeed.tech/tags/performance.md>), [ui](<https://devfeed.tech/tags/ui.md>)

## AI overview

Zed Weekly #23 reports the addition of autocomplete documentation and a fix for completion filtering that previously blocked the UI thread. The revised synchronization allows filtering to race language-server re-requests, reducing typing hitching and latency when many completions are present.

## Source excerpt

Vue, prettier, autocommpletion docs, and more!