wmaurer / vscode-jumpy

Jumpy Extension for Visual Studio Code
MIT License
120 stars 31 forks source link

Jumpy assigns letters to folded code #55

Open wkordalski opened 2 years ago

wkordalski commented 2 years ago

I have a long function that I folded. When I try to jump from before-the-function to after-the-function, jumpy assigns letters to words in the folded function, and thus no letters are assigned to words after-the-function.

Example (here folded function -> folded part, jumping from the first part, want to jump to the third part) image

wenfangdu commented 2 years ago

@wkordalski Seems like Jump doesn't have this issue.

wkordalski commented 2 years ago

And Find => Jump too.