I am using resharper and it really saves my time except for a solution that has many projects inside. My team tfs and we develop every demand in a new branch. I want to disable resharper all branchs of this solution. Is this possible or are there any other solutions to speed up resharper?
Tools > Options > Resharper
And click 'Suspend Now'.
As for speeding up your solution, Jetbrains has written a nice article on it:
https://www.jetbrains.com/help/resharper/Speeding_Up_ReSharper.html
unfortunately, there is no such feature right now
https://dotnettools-support.jetbrains.com/hc/en-us/community/posts/206618065-How-to-disable-ReSharper-for-a-specific-solution-
Related
VS don't remember this option is check, when restart the IDE or change project branch.
I always check this option when I open the IDE.
I am using VS 17 Enterprise latest version.
EDIT: I am also using resharper(maybe it override VS options).
If I change resharper performance options, than it doesn't work. Following option affect VS option:
If you select fix silently then it is overriding the VS settings.
There are a lot of known issues with "Track Active Item":
https://developercommunity.visualstudio.com/search.html?f=&type=question+OR+problem+OR+idea&type=question+OR+problem+OR+idea&c=&redirect=search%2Fsearch&sort=relevance&q=Track+Active+Item
A summary of most of the issues is already provided by #Davemundo
Try the following (ensure you are on the LATEST VS2017):
As per comments: "I've found that it works reliably when Solution Explorer is in Solution mode. But when working in Folder mode, the behaviour is temperamental."
Toggle lightweight loading on/off (https://dotnetvibes.com/2017/02/13/lightweight-solution-load-in-visual-studio-2017/)
Disable the extensions in VS one-at-a-time to determine which one, if any, cause this
Completely uninstall Productivity Power Toys (PPT) (disable wont work)
Remove the .vs folder (as per other suggestions)
This has to be reproducible, others have had similar problems with different versions, please let us know which version number you are using right now, thanks!
I downloaded the trial of Resharper and installed it today. The first thing it asked me was that version of shortcut keys I wanted to use. It asked me if I wanted to override some standard Visual Studio shortcut keys. My answer was ##$# no!
However, the first thing I did was a Ctrl-Dot on a class reference that was missing an import. Immediately, the Resharper context menu came up which is similar to the VS one, but is missing the item for automatically adding the import.
How do I keep Resharper from usurping VS functionality?
Edit: Ouch! After using this thing for a couple of hours, I've realized that it has totally overridden loads of VS functionality. This thing is awful. I just want to use the toolset, I don't want a completely new IDE. If I wanted a different IDE, I'd go out and buy one. How do I turn off all Visual Studio integration except for the menu that lets me run the tools?
There are a lot of different settings you can turn on and off to allow Visual Studio to behave more like Visual Studio when Resharper is in action. What's I've learned to do is just turn it on when I want to use it, and turn it off when I want to use Visual Studio.
Tools -> Options -> Resharper Ultimate General -> Suspend / Resume Now
Does anyone know about a plugin (or built-in) functionality for quickly switching Visual Studio Solutions?
I'm working in a multi-solution project and need to switch the solution quite often (by reusing one of the open Visual Studio instances)
Any ideas?
If not, how hard would it be to write a plugin on my own?
You can add solutions to favorite links with my Favorite Documents extension.
I just saw the VSCommands extension and it has some pretty nifty features. However I'm currently running ReSharper 5. Will there be any undesirable interactions between these two extensions?
I have had both ReSharper and (the free version) of VSCommands installed for a while with no problems. You do get some duplicate functionality and therefore duplicate menu commands/shortcuts, but you can turn off some of the features of VSCommands in Tools -> Options -> VSCommands if you find that a problem.
There is a feature request for VScommands to add a config option to turn off the features that cross over with those of ReSharper, but it has yet to be done.
I've run both of these without any problems so all should be good.
I've occasionally used it, as it has some great features. However, I'm generally working in a large solution, and running it and ReSharper at the same time tends to really bog down my machine.
Someone could tell me where I can find the list (or all) patch already available for Visual Studio 2010.I am finding a lot of problems, and his navigation is very slow. Especially with ASP.NET MVC.
If no such list ready, we can use this post to enumerate the problems and their fixes.
Thanks
This page should have all the hot fixes
http://connect.microsoft.com/VisualStudio/Downloads
and check out the http://visualstudiogallery.msdn.microsoft.com/en-us/
its no "fix" but for example, there are replacements for the "add reference" dialog, that are muuuuch faster....
Here's a patch that correct a lot of problems that I've been finding in IntelliSense... It works perfectly for me:
http://weblogs.asp.net/scottgu/archive/2010/02/15/patch-for-vs-2010-rc-intellisense-crash-issue-now-available.aspx
Regards!