After installing ReSharper I've noticed a problem with the IntelliSense;
In the image it is clearly visible that the IntelliSense of Visual Studio is displayed over the one of ReSharper (which by the way has the focus, so using the arrow keys will move the highlight section of the completion list below). I've tried to do several things without any result (always with VS restart):
None of them helped me fix this issue which results in a particular annoying problem while trying to write anything.
JetBrains ReSharper 8.2 C# Edition
Microsoft Visual Studio Professional 2013 Version 12.0.30110.00 Update 1
This is a conflict with the "plain text completion" feature of the Viasfora extension. It's been fixed in source by detecting when ReSharper is installed: https://github.com/tomasr/viasfora/issues/51 Should be fixed in a new release soon, I guess.