
At the moment it happens to me more often that CodeLens is not active in Visual Studio. Unfortunately I couldn’t find out if this is in bug in the current preview version or if a Visual Studio extension is responsible for it.
You can activate the CodeLens easily via the Visual Studio options.
Simply open the modal option window under Tools -> Options, search for CodeLens and activate the desired features accordingly.
What’s CodeLens?
CodeLens is one of my favorite features in Visual Studio.
Above every important line of code like methods, classes or properties, Visual Studio inserts a line with helpful links:
- Latest Tests
- References used
- Last author
You can read more about CodeLens here: https://docs.microsoft.com/en-us/visualstudio/ide/find-code-changes-and-other-history-with-codelens
Related articles

Jul 28, 2019 · 5 min read
ASP.NET Core Serverless on AWS Lambda
Serverless Serverless is on everyone’s lips; in the .NET area it means mainly Azure Functions. In principle Serverless is all about …

Jun 04, 2019 · 4 min read
AWS Toolkit for Visual Studio 2019
AWS (Amazon Web Services) offers an extra toolkit for Visual Studio 2017 and Visual Studio 2019 that integrates seamlessly to create …
Let's Work Together
Looking for an experienced Platform Architect or Engineer for your next project? Whether it's cloud migration, platform modernization or building new solutions from scratch - I'm here to help you succeed.


Comments