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
Please sign in to leave a comment.
I am also having same issue.
Wiworn Sirikolkarn, Dipak 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:
OFFin the top-right corner of the editor2. You've opened your code as a folder, not as a solution. Please open the solution via "File -> open Solution/Project"