Color Scheme: class name color problem

Answered

I'm new to Rider, just install v 2018.2.3 and import a project from VS

I use ReSharper Light Scheme and notice that class Name font color is just black which is not the same as in 

Editor/Color Scheme/Language Defaults  setting (00008B), which make it quite difficult to notice a class name or variable name etc.

I might miss something, please advice.

Thanks

Jim Sirikolkarn

0
2 comments
Avatar
Permanently deleted user

I am also having same issue.

0

Wiworn SirikolkarnDipak Polra

It looks like the code analysis is turned off on your file. The reason can be the following:

1. The file is too large. We have intentionally turned off code analysis for large files to avoid performance problems. To enable code analysis for the file, take the following steps:

  • Open the file
  • Right-click on OFF in the top-right corner of the editor
  • Select "Customize highlighting level"
  • Pull the scroll indicator to "Inspections"

2. You've opened your code as a folder, not as a solution. Please open the solution via "File -> open Solution/Project"

0

Please sign in to leave a comment.