jumpy2 icon indicating copy to clipboard operation
jumpy2 copied to clipboard

The fastest way to jump around files and across visible panes in VS Code!

Results 13 jumpy2 issues
Sort by recently updated
recently updated
newest added

I have several ideas for improving "accuracy". In the mean time I have included a conversation from the marketplace that fast forwarded some of this, by simply improving the regex...

enhancement

It'd be nice to allow the hotkeys to continue and pick up on the selection modes. (command palette works fine so it's just a binding precedence issue) the 'f' key...

This is an odd edge case I found when my tests failed. In the current version of VS Code, if you unfold a code block and then IMMEDIATELY open Jumpy2,...

bug

I have researched and have some branches with several ideas for performance improvements, but it's usuable right now for decent sized files, so going ahead with release!

performance

Not all of us want _all_ the visible editor panes' contents given jump labels. I actually prefer to only see labels for the current editor pane by default. If really...

enhancement
good first issue

### Discussed in https://github.com/DavidLGoldberg/jumpy2/discussions/80 Originally posted by **ilkkapoutanen-61n** January 29, 2025 Hi, Since Microsoft recently [disabled the vs marketplace feature that allowed downloading .vsix files](https://github.com/microsoft/vsmarketplace/issues/1135), installing extensions became more difficult...