zed/docs/src
holoflash fee42e1d89
Add search_on_input setting to Project Search (#42889)
I was really missing the ability to instantly see search results while
typing in the Project Search and decided to try and implement it.
As this may not be a feature that _everyone_ wants, I made it
toggle-able via the settings (or the settings.json)
### Settings
Set to false by default
<img width="911" height="618" alt="Screenshot 2025-11-17 at 16 17 09"
src="https://github.com/user-attachments/assets/8eaaab65-684e-4c5f-9a3c-9cb62cff0925"
/>
### settings.json
Set to false by default
<img width="396" height="193" alt="Screenshot 2025-11-17 at 16 18 21"
src="https://github.com/user-attachments/assets/90ebda95-c454-4bc5-8423-5da593832fd2"
/>

### Video demo:

https://github.com/user-attachments/assets/715d6b77-3a61-45f8-8e1a-9bd880c697c3

- Search input is debounced with 250ms in this mode (cool?)


The desire for this feature has been expressed here too:
https://github.com/zed-industries/zed/discussions/30843

Release Notes:

- Enabled project search on input. Can be turned off with
`search.search_on_input` settings toggle.
2026-02-13 17:54:17 +02:00
..
ai Allow changing the context window size for Ollama (#44506) 2026-02-12 16:58:24 +00:00
collaboration docs: Big reorganize (#45276) 2026-01-20 13:04:27 -08:00
development Render images in agent threads (#46167) 2026-01-06 19:48:49 -05:00
extensions docs: Add theme ID suffix recommendation (#48679) 2026-02-09 08:35:13 +00:00
languages docs: Add link back to Ruby LSP config documentation (#48613) 2026-02-12 13:44:26 +00:00
migrate docs: Big reorganize (#45276) 2026-01-20 13:04:27 -08:00
reference Add search_on_input setting to Project Search (#42889) 2026-02-13 17:54:17 +02:00
all-actions.md docs: Add sidebar title collapse functionality and design facelift (#43754) 2025-11-28 17:36:50 -03:00
appearance.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
authentication.md Restructure collaboration docs (#43464) 2025-11-25 10:53:47 -05:00
command-palette.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
completions.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
configuring-languages.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
configuring-zed.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
debugger.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
dev-containers.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
development.md docs: Remove local collaboration docs (#45301) 2025-12-18 21:42:28 +00:00
diagnostics.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
editing-code.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
environment.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
extensions.md docs: Add docs on extension capabilities (#42223) 2025-11-07 18:38:20 +00:00
finding-navigating.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
getting-started.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
git.md docs: Apply brand voice standards to AI documentation (#48401) 2026-02-04 14:11:55 -08:00
globs.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
helix.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
icon-themes.md docs: Update theme, icon theme, and visual customization pages (#41761) 2025-11-02 14:30:37 -03:00
installation.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
key-bindings.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
languages.md docs: Update link to Tree-sitter Query extension (#45697) 2025-12-26 17:53:40 +00:00
linux.md linux: Fix desktop entry pointing to wrong binary in manual install docs (#49109) 2026-02-13 21:15:46 +05:30
macos.md docs: Big reorganize (#45276) 2026-01-20 13:04:27 -08:00
multibuffers.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
outline-panel.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
performance.md Put tracy dependency behind feature tracy (#44277) 2025-12-06 14:08:01 +02:00
quick-start.md docs: Reorganize introduction (#41387) 2025-10-28 17:39:40 -03:00
remote-development.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
repl.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
running-testing.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
semantic-tokens.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
snippets.md docs: Add note about escaping $ in snippets (#48710) 2026-02-13 08:54:44 +00:00
SUMMARY.md Replace always_allow_tool_actions with tool_permissions.default (#48553) 2026-02-10 18:57:31 -05:00
tab-switcher.md docs: Remove reference to non-existing binding for tab switcher: toggle all (#45919) 2025-12-31 22:59:14 +00:00
tasks.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
telemetry.md docs: Validate JSON snippets (settings, keymap, tasks, etc) (#40043) 2025-10-12 00:19:57 -04:00
terminal.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
themes.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
toolchains.md Restructure collaboration docs (#43464) 2025-11-25 10:53:47 -05:00
troubleshooting.md Add more tweaks to the troubleshooting docs (#40870) 2025-10-22 09:04:05 +00:00
uninstall.md docs: Fix broken links in docs with lychee (#42404) 2025-11-11 13:55:02 +01:00
update.md docs: Reorganize introduction (#41387) 2025-10-28 17:39:40 -03:00
vim.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
visual-customization.md project_panel: Add bold_folder_labels setting (#47631) 2026-01-28 09:54:03 +05:30
windows.md docs: Add documentation for installing via winget (#44941) 2025-12-16 09:13:48 +01:00
worktree-trust.md Remove global workspace trust concept (#45129) 2025-12-17 16:53:42 +00:00