kamilskoracki / CocoJumper

Character search, select and jump

Home Page:https://marketplace.visualstudio.com/items?itemName=Coco.cocojumper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CocoJumper Build status Deployment

CocoJumper is an addon to Visual Studio based on AceJump extension for JetBrains IDE. It lets you jump to any visible symbol on the currently selected tab in the editor.

Shortcuts

Default Shortcut Description
Ctrl+Alt+; Activates multi search mode with support for multiple characters
Ctrl + Alt + / Activates single search mode
Ctrl + Alt + / + Shift Activates single search mode and selects text from current's caret position to selected character

Configuration

Configuration can be found in Tools > Options > Environment > Keyboard > CocoJumper.

Single search mode

After activating this mode you will see special control located on the current position of caret with a number of characters found in the current view.

  1. Activate this mode by using a shortcut or by clicking on Tools > CocoJumper - SingleSearch.
  2. Type any character that you want to go to - now all found occurrences will be marked with letters next to each one.
  3. Press letter that you want to go to.

Example

Multi search mode

After activating this mode you will see special control located on the current position of caret with a number of characters found in the current view.

  1. Activate this mode by using shortcut or by clicking on Tools > CocoJumper - MultiSearch.
  2. Type any word that you want to go to - now all found occurrences will be marked with letters next to each one.
  3. Press Enter key to activate the "choosing" mode.
  4. Press letter that you want to go to.

Example

Single search highlight mode

After activating this mode you will see special control located on the current position of caret with a number of characters found in the current view.

  1. Activate this mode by using a shortcut or by clicking on Tools > CocoJumper - SingleSearchHighlight.
  2. Type any character that you want to go to - now all found occurrences will be marked with letters next to each one.
  3. Press letter that you want to go to, now caret will be moved and text from old caret position to a new position will be selected.

Example

Word search mode

After activating this mode you will see special control located on the current position of caret with a number of words found in the current view.

  1. Activate this mode by using a shortcut or by clicking on Tools > CocoJumper - WordSearch.
  2. Press letter that you want to go to.

Example

About

Character search, select and jump

https://marketplace.visualstudio.com/items?itemName=Coco.cocojumper

License:GNU General Public License v3.0


Languages

Language:C# 100.0%