Is there an alternative to ReSharper's navigation capabilities? That works fine, but Resharper itself slows down my computer too much, even with most stuff turned off. So, I'm looking for some plugin that only does navigation, like vim's command-t plugin.
Asked
Active
Viewed 2,347 times
3
-
A good place to start: http://en.wikipedia.org/wiki/Category:Visual_Studio_extensions – AakashM Aug 03 '12 at 14:10
-
(voting to close because 'shopping' questions are considered a poor fit for the Stack Exchange model) – AakashM Aug 03 '12 at 14:11
-
ReSharper shouldn't be that slow. Try to disable all Visual Studio extensions other than ReSharper. Upgrade to 7.0 or at least to 6.1.1. Disable solution wide code analysis (Code Inspections -> Settings -> Analyze errors in whole solution). – Dmitry Osinovskiy Aug 03 '12 at 15:26
-
@DmitryOsinovskiy I've done all of that. – me- Aug 03 '12 at 15:49
-
@me-, including upgrade to 7.0? – derigel Aug 03 '12 at 16:25
-
@me-, you can make a performance snapshot (ReSharper | Help | Profile Visual Studio) and open a bugreport at http://youtrack.jetbrains.com . We'll try to do something about it. – Dmitry Osinovskiy Aug 03 '12 at 18:10
1 Answers
2
Visual Studio 2012 has support for something similar with its Quick Launch feature. Refer to this question for additional information.
-
Thank you Fammy. I plan on upgrading in two weeks so that works perfect for me. – me- Aug 03 '12 at 20:10
-
2It's not as good as command-t as it only open files you currently have open. It does not select from the entire solution and it is not a fuzzy finder. You have to put in exact substrings of the match – bradgonesurfing Sep 07 '12 at 05:22
-