https://github.com/yzhang-gh/find-word-at-cursor
https://github.com/yzhang-gh/find-word-at-cursor
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yzhang-gh/find-word-at-cursor
- Owner: yzhang-gh
- Created: 2018-05-06T12:58:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T07:13:07.000Z (about 2 years ago)
- Last Synced: 2024-11-07T17:33:46.183Z (8 months ago)
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=yzhang.find-word-at-cursor
- Size: 158 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://marketplace.visualstudio.com/items?itemName=yzhang.find-word-at-cursor)
Adapted from [findWordAtCursor](https://marketplace.visualstudio.com/items?itemName=mksafi.find-word-at-cursor) by M.K. Safi (@msafi).
Make search a little bit easier.
**No selection**

**With selection**

## What differences?
- `Find next` can loop back to the first line when reaching the end of the file
- Be consistent with Ctrl + D
- No selection → `wholeWords: true; caseSensitive: true`
- Has selection → `wholeWords: false; caseSensitive: false`
- Default key binding
- F3 / Shift + F3 (find next/previous word at cursor)