Redmage
Redmage

Reputation: 81

How To Enable CodeLens in Visual Studio 2017 Mac Professional

I have recently upgraded to the Professional edition of Visual Studio for Mac 2017. I want to enable the Code Lens feature, but don't see any option to do so in Preferences.

I have performed several searches on Stack Overflow, Microsoft's Visual Studio support sites, and Google. Most results are users asking how to enable codelens in the Community edition of Visual Studio 2017.

How do I actually enable codelens in Visual Studio Professional 2017 for Mac?

Upvotes: 5

Views: 2749

Answers (1)

Daniel Mann
Daniel Mann

Reputation: 59010

Visual Studio for Mac doesn't have CodeLens; it's not a direct port of Visual Studio, but rather a rebranded and expanded version of Xamarin Studio.

Upvotes: 7

Related Questions