Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yzhang-gh/find-word-at-cursor
https://github.com/yzhang-gh/find-word-at-cursor
Last synced: 5 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-16T19:51:32.000Z (about 3 years ago)
- Last Synced: 2023-03-04T19:50:10.563Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=yzhang.find-word-at-cursor
- Size: 158 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![version](https://img.shields.io/vscode-marketplace/v/yzhang.find-word-at-cursor.svg?style=flat-square)](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**
![no selection](images/noselection.gif)
**With selection**
![selection](images/selection.gif)
## 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)