Go To Everything - Use highlighted text
Does anyone know how to get R# to grab the highlighted text when using Go To Everything (Ctrl+T)? Having to copy and paste the text I am already highlighting is an extra step that shouldn't be required. Ctrl+F and Ctrl+Shift+F in VS supports this functionality.
Thanks!
Please sign in to leave a comment.
I found a quick work around for this feature in VS2017. If you press Ctrl+W to select the word explicitly, then press Ctrl+T for Go To Everything, it appears to work. I think the issue is that Resharper doesn't consider the text "selected" unless you explicitly select it. Whereas, VS2015+ makes the assumption to search for the entire word under the caret.
Hello Jared!
Thank you for the feedback.
I've filed corresponding request in our issue tracker - https://youtrack.jetbrains.com/issue/RSRP-468335
Please feel free to comment or vote for it.
Thank you.