2

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.

4

1 回答 1

8

File -> Settings -> Editor -> Inspection Settings你可以打开颜色高亮,也许它是关闭的?您还可以在下拉菜单中的首选项中更改颜色,也许还有其他更适合您的Editor -> Color方案。Fonts -> General

于 2017-07-06T17:45:24.850 回答