stef-levesque/vscode-hexdump

searchHex and searchString begin search from cursor position without looping back to start of file

Opened this issue · 1 comments

Just like the title says. I would expect search to look at the entire file, or an option available to control search behavior

VSC version 1.41.1
hexdump version 1.7.2

@DirtyHippy, I have resolved this issue in my fork: https://github.com/iliazeus/vscode-hexdump

I fixed it by letting the search wrap around when it reaches the end of the file.

Marketplace link