vscode-jumpy
vscode-jumpy copied to clipboard
Jumpy Extension for Visual Studio Code
I tried add property of "jumpy.fontSize", "jumpy.fontFamily" and so on, but it doesn't work(i copied documents of readme.). how can i work these property? ```json:settings.json { "jumpy.fontFamily": "Consolas", "jumpy.fontSize": 15,...
There are times that CAPS need to be turned on. With caps on, jumpy interprets any a-z key as a non a-z key and exits. Could this be fixed please...

Would it be possible to allow accepting partial suggestions? VSCode (Insiders) now allows accepting partial inline suggestions, word-by-word. When using Jumpy, the inline suggestion is not part of the search....
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
I was using `vscodevim` vim emulation, and Jumpy doesn't work with it. The command for `jumpy-word` correctly opens the decorators, but pressing the two-letter code will send commands to vim,...
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...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.1 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
In the Atom version, if you already have selection under cursor, Jumpy would select a block of code from that selection to the destination of your jump. Would you consider...
Hi , As we see the Jumpy in atom , It jumps anywhere in all files which are visible to us , but in VS code it jumps only in...