Enable type on search by default for the project search - #49374
Merged
Conversation
SomeoneToIgnore
force-pushed
the
kb/reland-search
branch
from
February 17, 2026 17:17
8497401 to
1f383a2
Compare
SomeoneToIgnore
marked this pull request as ready for review
February 17, 2026 18:20
SomeoneToIgnore
force-pushed
the
kb/reland-search
branch
2 times, most recently
from
February 18, 2026 09:20
47f1e37 to
9d92b3d
Compare
This reverts commit ae12c80. # Conflicts: # crates/search/src/project_search.rs
Use a better fix for the rewrap issue
…er retains its excerpt list
SomeoneToIgnore
force-pushed
the
kb/reland-search
branch
from
February 18, 2026 18:25
cec48bc to
c989245
Compare
…th the existing ones Co-authored-by: Cole Miller <cole@zed.dev>
SomeoneToIgnore
enabled auto-merge (squash)
February 18, 2026 21:31
This comment was marked as resolved.
This comment was marked as resolved.
github-actions Bot
added a commit
that referenced
this pull request
Feb 18, 2026
Enable type on search by default for the project search Auto-generated documentation suggestions for review at next preview release.
SomeoneToIgnore
added a commit
that referenced
this pull request
Feb 18, 2026
Follow-up of #49374 This looks really bad when Zed zooms in and then out. - N/A
SomeoneToIgnore
added a commit
that referenced
this pull request
Feb 19, 2026
…)" This reverts commit 1d66bbe.
SomeoneToIgnore
added a commit
that referenced
this pull request
Feb 19, 2026
)" This reverts commit 2f8b819.
SomeoneToIgnore
added a commit
that referenced
this pull request
Feb 19, 2026
)" This reverts commit 2f8b819.
SomeoneToIgnore
added a commit
that referenced
this pull request
Feb 19, 2026
)" This reverts commit 2f8b819.
morgankrey
added a commit
that referenced
this pull request
Feb 19, 2026
Auto-applied queued documentation suggestions from: - PR #48908 - PR #48909 - PR #48910 - PR #48912 - PR #48930 - PR #44794 - PR #48763 - PR #45073 - PR #48495 - PR #49374 - PR #49139 - PR #48780 - PR #48619 - PR #48978 - PR #48962 - PR #48988 - PR #47860 - PR #49015 - PR #47095 - PR #47475 - PR #48542 - PR #46766 - PR #47754 - PR #48807 - PR #44506 - PR #49051 - PR #49069 - PR #48842 - PR #48851 - PR #48736 - PR #47673 - PR #49094 - PR #49098 - PR #49622 Generated with script/docs-suggest-publish for human review in draft PR.
SomeoneToIgnore
added a commit
that referenced
this pull request
Feb 21, 2026
)" This reverts commit 2f8b819.
SomeoneToIgnore
added a commit
that referenced
this pull request
Feb 21, 2026
)" This reverts commit 2f8b819.
morgankrey
added a commit
that referenced
this pull request
Feb 25, 2026
Auto-applied queued documentation suggestions from: - PR #48908 - PR #48909 - PR #48910 - PR #48912 - PR #48930 - PR #44794 - PR #48763 - PR #45073 - PR #48495 - PR #49374 - PR #49139 - PR #48780 - PR #48619 - PR #48978 - PR #48962 - PR #48988 - PR #47860 - PR #49015 - PR #47095 - PR #47475 - PR #48542 - PR #46766 - PR #47754 - PR #48807 - PR #44506 - PR #49051 - PR #49069 - PR #48842 - PR #48851 - PR #48736 - PR #47673 - PR #49094 - PR #49098 - PR #49622 - PR #49554 - PR #49710 - PR #49716 - PR #49732 - PR #49788 - PR #49876 - PR #49902 - PR #49910 - PR #49390 - PR #50027 Generated with script/docs-suggest-publish for human review in draft PR.
morgankrey
added a commit
that referenced
this pull request
Feb 25, 2026
Auto-applied documentation from: - PR #48908: git diff view toggle + default setting - PR #48909: agent mode cycling keybinding - PR #48910: diff view nomenclature standardization - PR #48912: split diff for everyone - PR #48930: terminal welcome screen fix - PR #44794: JSON/YAML schema paths - PR #48763: Python environments in REPL - PR #45073: zed --add terminal panels - PR #48495: Python Windows path handling - PR #49374: type on search default
morgankrey
added a commit
that referenced
this pull request
Feb 25, 2026
Auto-applied queued documentation suggestions from: - PR #48908 - PR #48909 - PR #48910 - PR #48912 - PR #48930 - PR #44794 - PR #48763 - PR #45073 - PR #48495 - PR #49374 - PR #49139 - PR #48780 - PR #48619 - PR #48978 - PR #48962 - PR #48988 - PR #47860 - PR #49015 - PR #47095 - PR #47475 - PR #48542 - PR #46766 - PR #47754 - PR #48807 - PR #44506 - PR #49051 - PR #49069 - PR #48842 - PR #48851 - PR #48736 - PR #47673 - PR #49094 - PR #49098 - PR #49622 - PR #49554 - PR #49710 - PR #49716 - PR #49732 - PR #49788 - PR #49876 - PR #49902 - PR #49910 - PR #49390 - PR #50027 Generated with script/docs-suggest-publish for human review in draft PR.
morgankrey
added a commit
that referenced
this pull request
Feb 25, 2026
Auto-applied documentation from: - PR #48908: git diff view toggle + default setting - PR #48909: agent mode cycling keybinding - PR #48910: diff view nomenclature standardization - PR #48912: split diff for everyone - PR #48930: terminal welcome screen fix - PR #44794: JSON/YAML schema paths - PR #48763: Python environments in REPL - PR #45073: zed --add terminal panels - PR #48495: Python Windows path handling - PR #49374: type on search default
SomeoneToIgnore
added a commit
that referenced
this pull request
Mar 11, 2026
)" This reverts commit 2f8b819. # Conflicts: # crates/editor/src/split.rs
jasonsmithio
pushed a commit
to paddleboarddev/paddleboard
that referenced
this pull request
May 31, 2026
Follow-up of zed-industries/zed#49374 This looks really bad when Zed zooms in and then out. - N/A
jonx
pushed a commit
to jonx/zed-aros
that referenced
this pull request
Jul 17, 2026
…es#49374) Deals with zed-industries#9318 Re-lands zed-industries#42889 with more fixes to reduce overall flickering Release Notes: - Enabled type on search by default for the project search --------- Co-authored-by: Cole Miller <cole@zed.dev>
jonx
pushed a commit
to jonx/zed-aros
that referenced
this pull request
Jul 17, 2026
…49536) Follow-up of zed-industries#49374 This looks really bad when Zed zooms in and then out. - N/A
jonx
pushed a commit
to jonx/zed-aros
that referenced
this pull request
Jul 17, 2026
…industries#49374)" (zed-industries#49619) This reverts commit 1d66bbe. Needs 2 more fixes: * enter does not move to the first excerpt anymore * there could be situations when a narrowed search does not decrease the excerpt enough to see the result onscreen Release Notes: - N/A
jolutz
pushed a commit
to jolutz/zed
that referenced
this pull request
Aug 8, 2026
…es#49374) Deals with zed-industries#9318 Re-lands zed-industries#42889 with more fixes to reduce overall flickering Release Notes: - Enabled type on search by default for the project search --------- Co-authored-by: Cole Miller <cole@zed.dev>
jolutz
pushed a commit
to jolutz/zed
that referenced
this pull request
Aug 8, 2026
…industries#49374)" (zed-industries#49619) This reverts commit 1809b98. Needs 2 more fixes: * enter does not move to the first excerpt anymore * there could be situations when a narrowed search does not decrease the excerpt enough to see the result onscreen Release Notes: - N/A
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Deals with #9318
Re-lands #42889 with more fixes to reduce overall flickering
Release Notes: