2
votes

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

1
Read up on the advanced features. Some features are only available for the C# languages. :-(Thomas Matthews

1 Answers

2
votes

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.