ReSharper C#/C++ temporary files Follow
Answered
Hello,
The ReSharper generates lot of temporary files (<SourceFileName.cs>(base)<TimeStamp> like 'ReportBuilder.cs(base)20161201070835').
Today morning I've cleared my temp folder. After 90minutes of work I counted 385 similar files. What are those? Is there a setting to refine this behaviour?
This is quite annoying because I have to clear them time-to-time by hand to prevent slow down.
Zoltán Török
Please sign in to leave a comment.
Hello Zoltán
Please specify where do you see such files? If you disable ReSharper (Tools | Options | ReSharper Ultimate | Suspend now) - will the same issue stop happening?
Thanks!
Hello Alexander,
They are reside in my temporary folder (set by TEMP environment variable).
Yes, they appearing after I suspended the ReSharper.
It is because the VS 2015 own IntelliSense?
Cheers
Hello Zoltán
Thanks for the reply. Since they still appear after disabling ReSharper, I don't think it is a ReSharper fault to generate them. What tool (Visual Studio itself or other VS extension) might be a root of the evel - we wish we knew.
Thanks!
Hello,
There is no other tool. I have disabled the intellisense too. VS 2015 is still producing those files with both (IntelliSense/ReSharper) assisting tools disabled.
I'll try to uninstall ReSharper temporarily and let you know the result.
Hello,
It is the built-in IntelliSense.
Thnx
Thanks for letting us know.