From 57438d30e8f03d0926224964d2eb995777e882ef Mon Sep 17 00:00:00 2001 From: Devzeth <47153906+devzeth@users.noreply.github.com> Date: Thu, 6 Mar 2025 05:09:04 +0100 Subject: [PATCH] docs: Add documentation for `lsp_highlight_debounce` (#25974) Adds documentation for `lsp_highlight_debounce`. Release Notes: - N/A --- docs/src/configuring-zed.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/src/configuring-zed.md b/docs/src/configuring-zed.md index ff8d6d4ac60e49..e1b9d7dc458aeb 100644 --- a/docs/src/configuring-zed.md +++ b/docs/src/configuring-zed.md @@ -970,6 +970,16 @@ While other options may be changed at a runtime and should be placed under `sett } ``` +## LSP Highlight Debounce + +- Description: The debounce delay in milliseconds before querying highlights from the language server based on the current cursor location. +- Setting: `lsp_highlight_debounce` +- Default: `75` + +**Options** + +`integer` values representing milliseconds + ## Format On Save - Description: Whether or not to perform a buffer format before saving.