Navigation and search
improvements
Go to Everything and other navigation actions are now able to match elements
containing words in the target query in any order: for example, a search for
exactMatching will match isMatchingExactly
.
On the other hand, there's now exact search that works how you would expect from
a search engine: looking up "Collection" will return Collection
but will
not return FilteredCollection
, IterateCollection()
etc. However, while using exact search to filter out compound names, you can still use
wildcard symbols *
and ?
to allow exactly as much variation
as you need.
On a different note, Go to text is now integrated in Go to Everything
(CtrlT): if there's no code that corresponds to your search term, ReSharper will
start looking for text
instead.
In addition, you can now search for extension methods
using the dot separator: Class.ExtensionMethod
.
Finally, ReSharper 2017.2 brings a new shortcut to explore search results in the Find
Results window. Press ShiftEnter instead of + on the numeric
keypad.