Roslyn Early Preview does not colorize all identifiers, and the editor looks dull. Resharper does not play well with C# 6.0 language features and unfortunatelly, as C# new language features are not final, there is no concrete timeframe for a new R# release that supports them. I developed a tiny extension that takes care of colorizing functions, numbers, fields, properties and events and parameters. The colors can be customized in Font and Colors dialog, search for items starting with "Roslyn C#". As time will permit, the intention is to enhance this extension with some R# like refactoring goodies... Happy coding with Roslyn! Roslyn default code editor With C# colorizer extension |