Search for next/previous occurrence without filtering the whole fileΒ #188
Open
Description
Quite often, it is useful to quickly find the next/previous occurrence of some text, be it in the search results or in the inline.
Currently, this requires to filter the whole file again, and try to find back the corresponding line numbers. For big files, this is very slow β and it won't work at all if the number of matches is more than 50k. Additionally, it makes it very difficult to combine the first result with the second one.
Metadata
Assignees
Labels
No labels