rlivings39 / vscode-fzf-quick-open

vscode extension providing quick file/folder open and searching using fzf
MIT License
77 stars 17 forks source link

Add case-insensitive search for the word under cursor #13

Closed vaibhav1618 closed 4 years ago

vaibhav1618 commented 4 years ago

It's a feature request. Please add case-insensitive search for the word under the cursor

rlivings39 commented 4 years ago

Are you looking for search with rg or another search?

vaibhav1618 commented 4 years ago

With Rg. It's actually two separate requests:

  1. Have configurable option for case-insensitive search (or smart-search) by default.
  2. Search for the word under cursor in the workspace.

The second is what I am mostly looking for.

rlivings39 commented 4 years ago

Thanks for the clarification. (2) should be handled in my submission yesterday. That's in 0.2.10 that I published yesterday. Let me know what it's missing.

The built in ctrl+sfift+f in vscode also initializes the search with the word under the cursor.

vaibhav1618 commented 4 years ago

Thanks, it works well. Found one behavior that can possibly change:

  1. Search for a keyword. Results would appear on the terminal
  2. Without making a selection, search for another keyword. This search fails.

The built in ctrl+sfift+f in vscode also initializes the search with the word under the cursor.

It's not fuzzy :)

rlivings39 commented 4 years ago

I split out #16 for that issue

rlivings39 commented 4 years ago

Added an rg case setting and published in v0.2.12