4

I installed the last version of Rider to replace Visual Studio that cannot handle the solution (C# solution) I work with:

Rider 2017.1 EAP
Build #RS-171.4456.575, built on June 16, 2017
Rider EAP User
Expiration date: July 16, 2017
JRE: 1.8.0_112-release-736-b17 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 7 6.1

At first launch, I chose the dark window and the ReSharper dark theme; and then I opened the solution. The issue is that there is very few syntax highlighting: comments are in green, some keyword in blue (but partial is not colored, for example), and that is all. The names of classes are in same color as the rest (white) albeit all seems correctly configured in the Configuration window.

What can be the problem? Maybe the syntax highlighting is not yet implemented? Everything else work fine, I can find usage, go to declaration, etc. but the lack of coloration is a little bit annoying.

I specify that no color theme brings the full syntax highlighting.

Boiethios
  • 38,438
  • 19
  • 134
  • 183
  • 1
    In File-Settings-Editor-Inspection Settings you can turn of color higlighting, maybe it is off? You can also change your color in the preferences at Editor-color and fonts-general in the drop down menu, maybe there is another scheme that fits you better. – modmoto Jun 30 '17 at 19:58
  • @Simons0n That's it!! Please add it as an answer. By default, the code is not analysed. – Boiethios Jul 05 '17 at 11:23
  • In my case, you could choose the settings after the first start, it is weird, that you were noch able to do that and that is was turned off by default. – modmoto Jul 06 '17 at 17:45
  • Thanks! This is disabled by default still (but really, it should be part of the base, not the "Code Analysis" extra). – Andrew Sep 08 '17 at 08:12

1 Answers1

10

In File -> Settings -> Editor -> Inspection Settings you can turn of color higlighting, maybe it is off? You can also change your color in the preferences at Editor -> Color and Fonts -> General in the drop down menu, maybe there is another scheme that fits you better.

modmoto
  • 2,901
  • 7
  • 29
  • 54