- fix pick item description
- fix issue #11, wrong line number display, off by 1
- fixed line sort order, smaller line number are offered first. Note I had to hack for this to happen by moving searchStr to the beginning of the quickPickItem.
- A configuration point
swiper.selectMatch
(default true) that controls if match is selected.
- remove annoying debug console logs.
- shameless plug my medium blog in readme.
- rename command to remove
grep
, since it's not backed bygrep
anymore. SORRY. - use javascript string manipulation and regex, instead of grep, for more control.
- fix bug, now use globalStorageUri for file system
- now use
echo
command instead of relying on FS, should work on Windows.
- now has border colors around the matched terms.
- better readme
- swiper selects the matched string.
swiper.swiper-grep-word-at-cursor
that auto greps the current word at cursor.
- Use
grep
overag
for out of box UX, and more straightforward regex matching.
- Initial release