Visual studio doesn’t appear to limit the number of opened editor tabs.
I’m using ReSharper and at a certain number of opened editor tabs things get really slow. So I have to keep track of opened tabs and periodically close old ones.
It would be cool if I could set a limit so that it would close old tabs when the limit is reached.
Is there a setting in VS / ReSharper or any VS addons that can help to achieve this?
I’m trying to solve this with a primitive addin at the moment. Seems to be working fine. Still testing it.