Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Find Then JumpNew to Visual Studio Code? Get it now.

Find Then Jump

tranhl

|
3,936 installs
| (9) | Free
Vim Easymotion inspired code navigation.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Find Then Jump

Vim Easymotion inspired code navigation.

This extension fork of Find-Jump that fixes the limitations of the original extension while adding additional functionality.

Usage demo

Getting Started

Bind the following keyboard shortcuts and you'll be ready to start using the extension:

  • findThenJump.initiate: Starts a jump-search without text selection.
  • findThenJump.initiateWithSelection: Jump to a search term, selecting all text between the current cursor position and the search term.

ℹ️ No default keybindings are provided by this extension - you'll have to bind the commands yourself.

Theming

You can customize the colors of the text decorations that are displayed left of each text match by adding the following settings to settings.json:

  • findThenJump.textDecorationForeground: Controls text color of the text decoration.
  • findThenJump.textDecorationBackground: Controls the background color of the text decoration.

Example settings.json:

{
    "workspace.colorCustomizations": {
        "findThenJump.textDecorationForeground": "#FFFFFF",
        "findThenJump.textDecorationBackground": "#000000"
    }
}

Bugs & Suggestions

Feel free to create an issue outlining the bug or suggestion!

Change Log

See here.

Copyright

Extension icon made by Freepik, from FlatIcon, under a CC 3.0 BY license.

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft