JumperJumper is a search-and-jump navigation tool for VS Code, heavily inspired by avy. PhilosophyMy one and only goal with Jumper is to create a solution which would allow quick navigation around the screen by jumping around words. Jumper is not meant to replace any search tools and will never aim to do so. InstallationInstall Jumper from the VS Code Extension Marketplace or download the
FeaturesYou can open Jumper's search prompt using the default shortcut Jumper processes all queries as regular expressions, so keep in mind using escape sequences for special symbols (except for dot ( After entering a query, Jumper will highlight the first occurence in text. The highlighted location always shows where Jumper will move your cursor. Non-highlighted search results will have a small index number before them. If a number is added behind a query with a dot inbetween:
then Jumper will use that index as the move target. If the index is out-of-bounds, Jumper will select the last occurence of the query. If multiple dot-number combinations are provided, such as:
the last dot-number combination will be used as target. If a trailing dot or a dot followed by any text is provided, it will be evaluated as
Extension SettingsThe default keybind for Theming options are WIP. Release Notes1.2.0
Contact |