Search doesn't highlight start/end line anchors (^
and $
)
#24615
apcamargo
started this conversation in
From VSCode
Replies: 1 comment
-
Thanks @apcamargo, seems like we should fix that! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Zed's search does not highlight regex matches of start/end line anchors (
^
and$
).Steps to trigger the problem:
Ctrl + F
)^
or$
Actual Behavior:
The start/end of lines are not highlighted.
Expected Behavior:
The start/end of lines should be highlighted to indicate a regex match. The screenshot below illustrates how VSCode does this.
Zed Version and System Specs
Zed: v0.171.6 (Zed)
OS: macOS 15.2.0
Memory: 16 GiB
Architecture: x86_64
Beta Was this translation helpful? Give feedback.
All reactions