- 🐛 Fix letter exclusion (PR #31 by @wkordalski)
- ✨ Jumping should work even if the cursor is out of editor viewport
- ✨ Option to render decorations without shifting text
"findJump.positionAbsolute": true,
- 💥 Change default
findJump.excludeNextChars
from 3 to 4 - 💥 Rename
findJump.overviewRulerMatchForeground
tofindJump.scrollbarMatchForeground
- 🔨 Use extensionKind
ui
to support remote
- 🐛 Decorations should not render in folded lines
- ✨ Add grayscale option
dimWhenActive
PR#18 by @TeNNoX - 💥 Change default alphabet (custom/jump chars) to prioritize qwerty home row
- 🐛 Fix exception when at the end of the document 🤦♂️
- 🐛 Fix exception when at the top of the document
- ✨🐎 Add option to limit search to visible area (instead of scanning the entire document) –
findJump.onlyVisibleRanges
- ✨ Add the ability to jump the cursor at the end of the range PR#12 by @amikitevich
- ✨ Use custom alphabet for jump chars
- ✨ Configure number of next excluded characters
- ✨ Show matches in Overview Ruler (scrollbar)
- ✨ Show number of matches in the status bar
- ✨ Support passing theme color id
- ✨ Configure color of matches in editor
- 🐎 Perf: reuse decoration type. Change only decoration options (text)
- ✨ Press Backspace to delete last typed character
- 🐛 Activating should focus activeTextEditor
- ✨ Press Esc to cancel
- ✨ Add setting to change decoration colors
- 💥 Forked
- ✨ Remove delay
- ✨ Assign keybinding Ctrl+; by default
- 🔨 Use webpack