Rebuild caches hotkey still needed
Hi,
a "Rebuild Caches" hotkey still needed, what about this discussion? There are so many bugs that crashes r# caches and i don't wanna restart visual studio every time.
for example
having 2 classes named
Foo and Bar
Renaming Foo>FooOld, Bar>Foo, sometimes makes r# caches invalid
Adding / Removing references sometimes makes r# caches invalid
Renaming tables in a dataset sometimes makes r# caches invalid
und so mutch other things, and i must always restart VS.
very annoying.
Please sign in to leave a comment.
Hello Carsten,
there will be no such a button, as it would be essentially equivalent to
re-opening solution and
thus completely redundant. Let's better fix the bugs you mentioned. By the
way, it would not hurt
if you provide more detailed reports or submit bugs to the tracker.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
I do this everytime when i can reproduce these bugs.
But in most cases they occures after working some time with resharper and i can't reproduce the bugs by redoing my last actions.
When i work with resharper i am very often making code reviews and complete restructuring of big solutions with a lot of projects.
What i do very frequently is:
- Renaming Classes/Functions and so on with ReSharper
- Renaming Classes/Functions and so normal Search & Replace
- Renamings like Foo to FooOld, Bar to Foo. (with ReSharper and with Search/Replace)
- Removing references and adding other ones with other versions of the same Classes.
- Having the same Classes twice in one Project, as Sourcecode and as external Assembly
- Renaming Dataset, Tables and so on in Datasets.
and a lot of mode bad things for refactoring tools :)
I think you guys should make more thinks like this, because it would be more helpful when you got these problems by yourself.
changed question status