The original feature availability note only appears at the top in Visual Studio 2017 view.
CodeLens is available only in Visual Studio Enterprise and Visual Studio Professional editions. It is not available in Visual Studio Community edition.
Although, this note is relevant for Visual Studio 2019 as well.
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@alpaix The note was actually purposefully omitted from the 2019 version of the page because CodeLens is available in Community edition of Visual Studio 2019.
That's right, CodeLens is available in Community edition of Visual Studio 2019. Although, lenses for source control history and IntelliTrace are still an Enterprise-only feature. And our team received a number of customer complaints regarding git lenses not working. I think it'd be great keeping the note clarifying the availability aspect.
Gotcha, thanks for clarifying. I'll update it.
Correction. Source control lenses are available in Pro and Enterprise. Intellitrace lenses is an Enterprise-only feature.
@alpaix Can you clarify what the IntelliTrace lenses are for? Also, is this part of the doc about Skype still applicable or does it need an update?
A: Skype indicators don't appear if you're not signed into Skype for Business, don't have it installed, or don't have a supported configuration. However, you can still send email.
Which Skype and Lync configurations are supported?
Skype for Business (32-bit or 64-bit)
Lync 2010 or later alone (32-bit or 64-bit), but not Lync Basic 2013 with Windows 8.1
CodeLens doesn't support having different versions of Lync or Skype installed. They might not be localized for all localized versions of Visual Studio.
IntelliTrace is a debug assistant. It adds a code lens with method execution diagnostic data. I presume mentioning it in this particular article is not needed.
Skype information is correct and still relevant.
Thanks!
@Mikejo5000 Do we mention the IntelliTrace data in CodeLens anywhere in the debugging docs? I couldn't find any mentions.
@gewarren Hmm, this diagnostic data would show in the CodeLens UI? If so, I wouldn't expect to find that in the IntelliTrace docs, which don't really talk about CodeLens. The best thing might be a note in the CodeLens docs that if you enable IntelliTrace (VS Enterprise only), then you get method execution diagnostic data. I suspect we don't need much more than a note... plus maybe a mention and a link from the IntelliTrace overview docs, which I could add. How does this sound?