Visual Studio 2015 Method Information

I used Visual Studio 2015 RC for some time, and one of the convenient functions was a line of text above each method / class definition, in which there was information about the method or class (number of links, last edited date, last editor name).

Method Definition

But I just installed Visual Studio 2015 Enterprise, and this information has disappeared. Does anyone know how to enable this feature again?

+4
source share
1 answer

This is a Visual Studio feature called CodeLens .

, | | | | | .

(Control + Q) "CodeLens".

+5

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


All Articles