JetBrains Rider remove highlight - jetbrains-ide

Installed a brand new version of Rider. For some reason Rider highlighs all the code in the methods (c#) - no matter what theme I choose. I've tried resetting to default to no avail.
How do I stop rider from highlighting 'background' in all of my code?

Finally found the setting. For some reason I had set "Code coverage" on:

Related

Where can I find Theme Editor in Android Studio?

I searched everywhere. I even used "Search Everywhere" tool and it showed nothing.
The evidence of disappearing Theme Editor
So, guys can you help me with that a little bit?
Unfortunately Theme Editor for Android studio 3 has been removed for no good reason. See for yourself here https://issuetracker.google.com/issues/119271605
Just updated my Android Studio and alas, my Theme Editor has disappeared too. Take a look at this issue, apparently its been disabled and is now obsolete.

Resharper's Intellisense not show method summary

The pic below is the Visual Studio's Intellisense.
The pic below is the Resharper's Intellisense, but it doesn't show the method summary(description).
I've reinstalled Resharper(latest version) but it doesn't work.
Here are my Visual Studio's and Resharper's config.
This problem troubled me a long period. Anyone could give some help to me, thanks.
Resharper update to version 2017.1.3, issue still existed.
JetBrains Support confirms this issue is a intellisense bug if your Resharper's version is before 2017.2
Solution: Update your Resharper to the version equal to or later than 2017.2 could make your intellisense work properly.

Syntax highlight fail on Classes in Visual Studio 2012

I recently installed Visual Studio on a laptop and the syntax highlight fails to change Classes colors.
I tried exporting and importing the full, complete set of settings and it is still looking like that.
EDIT
I tried those websites with schemes and decided to try one, the Humane scheme, and this is how the sample code looks in my laptop after installing those settings:
However, this is how it is supposed to look:
Note the lack of highlight in class names.
What could it be causing this?
I'm starting to think that's another setting at another place which causes this.
Finally, it worked by resetting user data, running this from the Visual Studio Command Prompt
devenv /Resetuserdata
Found the hint here:
https://stackoverflow.com/a/11988265/1213246
Changin syntax highlight could be done through the menu Tools - Options - Environment - Font & Colors. It's a try and test approach that is not much improved from earlier versions of Visual Studio.
Fortunately, today there are entire sites with themes that simply need to be choosen and installed
I suggest you to visit http://studiostyl.es/ where you can find thousands themes or, for more generic go to http://www.hanselman.com/blog/VisualStudioProgrammerThemesGallery.aspx

Resharper breaks Edit.FindAllReferences (not just the shortcut)

I install ReSharperSetup.7.1.1000.900.msi. This broke Edit.FindAllReferences in Visual Studio 2008.
I don't mean that it broke Shift-F12, which is the usual VS2008 shortcut to Edit.FindAllReferences, I mean that it broke Edit.FindAllReferences itself.
I know this because Edit.FindAllReferences was bound to Ctrl+K,R and pressing this resulted in a tooltip saying “Usages of ‘[whatever]’ were not found”.
I uninstalled Resharper and then Edit.FindAllReferences works again.
I Googled for about an hour to try to fix this but no solution works.
Fixed by JetBrains:
Thank you for contacting us.
There is a known issue - http://youtrack.jetbrains.com/issue/RSRP-336714
and seems like the issue was fixed here -
http://download-ln.jetbrains.com/resharper/ReSharperSetup.7.1.1000.1094.msi.
Please let me know about the result.
We are sorry for the inconvenience.
Thank you.
Usages of '[whatever]' is R#'s "Find Usages" feature - which maps to Ctrl+K,R by default to give a better Find References. If you don't want R#'s version, then change the key mapping back to Visual Studio's default Edit.FindAll...

Fix Resharper intellisense

Does anyone know how to fix this, besides pressing esc then typing the variable name again?
JetBrains ReSharper 6.1 C# Edition
Build 6.1.37.86 on 2011-12-21T04:15:24
Plugins: none
Visual Studio 10.0.30319.1.
You may want to try changing the IntelliSense option:
Whether you're using IntelliSense ReSharper or Visual Studio, try changing it, then changing it back. I've sometimes had similar issues and toggling the option can help.
Usually restart of Visual Studio tends to re-enable intellisense, I'd much rather a proper fix from JetBrains.
For me, R# intellisense stopped working after installing (and then uninstalling) certain R# extensions. Adding the extensions back fixed the problem.
Edit 1:
Also, try playing with the R# IntelliSense options and see what happens.
In particular switch "Options | Environment | IntelliSense | Completion Appearance | Display completion items in:" from "Visual Studio IntelliSense font" to "Text Editor font" and back.
In the end I tried many things (including upgrading and downgrading R#) over and over again until R# IntelliSense was back.
I had this issue, and I hadn't realized I had opened a project in Folder view mode. Resharper Intellisense won't show unless you switch to a solution view.
Make sure you select a solution instead of a Folder view:

Resources