2

Is there any way to enable CodeLens for C++? Either through extensions or native VS settings.

It's specifically this feature for C# I'm talking about

enter image description here

drescherjm
  • 10,365
  • 5
  • 44
  • 64
Daniel Everland
  • 90
  • 2
  • 11

1 Answers1

3

https://devblogs.microsoft.com/cppblog/announcing-codelens-for-c-unit-testing/ https://developercommunity.visualstudio.com/idea/351131/codelens-for-c.html

This is all official information I can find on the matter. Seems like they added it in C++17, however, it's focused on unit testing.

JohnkaS
  • 622
  • 8
  • 18