Search doesn't highlight start/end line anchors (^
and $
)
#24615
apcamargo
started this conversation in
Ideas From VSCode
Replies: 1 comment 1 reply
-
Thanks @apcamargo, seems like we should fix that! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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