Reputation: 363
I'm in Visual Studio 2015 and Roslyn just isn't working. The documentation within Visual Studio for Roslyn is non existent and as I'm perfectly happy with resharper at this time I'd like to get Roslyn out of my hair. How to do this?
Upvotes: 2
Views: 5942
Reputation: 6420
You can turn off this feature in Tools/Options/Text Editor/All Languages/CodeLens. But I would instead try to understand what and why isn't it working for you and report it to Microsoft. It's a useful feature of VS2015.
Upvotes: 2