Ability to show surrounding lines to a search #426
devilmanzato
started this conversation in
Ideas
Replies: 1 comment
-
Hi, thanks for suggestion. That is indeed a useful feature. There is a featue request for it here #266 |
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
-
Hi!
I believe that we could benefit from an option where we could select search to show us the surrounding lines to the search.
For example, when searching for a crash, being able to enable a flag to show two lines before and two lines after could be helpful , especially when trying to identify repetitive patterns.
Perhaps something like what exist for Grep:
-A num
--after-context=num
-B num
--before-context=num
-C num
-num
--context=num
Beta Was this translation helpful? Give feedback.
All reactions