Skip to content

Search for next/previous occurrence without filtering the whole fileΒ #188

Open
@DidierLoiseau

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions