Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)