How to hide command activity lines in Visual Studio 2015?

I use Git to control the versions of my applications, but I don’t have a command, so I don’t need Team Activity lines with every method of Visual Studio 2015 Enterprise, as photos

team activity

Anyone can tell me how to disable these things, because it slows down Visual Studio and is not necessary!

+4
source share
1 answer

This feature is called CodeLens. You should right-click on one of these lines and go to the function parameters, where you will see the possibility of disabling it.

+8
source

Source: https://habr.com/ru/post/1620239/


All Articles