stef-levesque / vscode-hexdump

hexdump for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

misterWiz opened this issue · 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