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.