Refracted Paladin
Refracted Paladin

Reputation: 12216

Does Roslyn conflict with ReSharper?

This may be to ambiguous a question but I'm still going to ask. I have had Roslyn Preview turned on in VS2013 for awhile now but recently I purchased ReSharper 9. While they were both "active" VS did not seem to work very well and I wasn't able to access certain ReSharper features even though I had set the keyboard settings correctly.

So, I know that ReSharper doesn't and won't use Roslyn but is it compatible running together?

Upvotes: 3

Views: 1808

Answers (2)

Dmitri Nesteruk
Dmitri Nesteruk

Reputation: 23798

At the moment, ReSharper 9 provides initial support for Roslyn, since neither Roslyn nor Visual Studio, which uses it, have been released. Rest assured that when VS2015 does release, ReSharper will support it in its entirety. But since the final feature set has not yet been determined, it is unreasonable to expect the current version of ReSharper to support every C# feature that Roslyn has. Give it time :)

Upvotes: 4

i3arnon
i3arnon

Reputation: 116596

Yes, R# is meant to be compatible with Roslyn. Since Roslyn isn't out yet and still changing, there could be some bugs but that's understandable and would be fixed with a future update for R# 9.

In any case, I have been working with both (on VS2015) without any issues.

Upvotes: 2

Related Questions