Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Finding text using ReSharper

Resharper is a great tool, the only thing I seem to be missing is an easy text search option. Searching online I have come across a few options (pattern search,key word search) , none of my found options were simple/quick searches.

I am looking something similar to "go to everything" [Ctrl+t or Ctrl+n] enter image description here

only for text, as the above wont show parts of text.

example use case to clarify need - while coding I remember locations in code based on parts of string in code, for example I want to search for string "sanity check" I would like a list like the one above giving me the best results, making closer matches higher in the list.

thank you.

like image 639
Mike Avatar asked Mar 27 '14 09:03

Mike


1 Answers

Try the Go to Word Resharper Extension which allows you to use CTRL+T to search for text (only works in v8.X).

If you are using Resharper 2016.2 or later, this feature has been added to the core product. It works just as good as the original plugin.

like image 194
Piers Myers Avatar answered Oct 01 '22 11:10

Piers Myers