I was using Visual Studio 2015 RC for a while and one of the handy features was a line of text above each method/class definition that had info about the method or class (number of references, date of last edit, name of last editor).
But I just installed Visual Studio 2015 Enterprise and this information is gone. Does anybody know how to re-enable this feature?
The keyboard shortcut is Ctrl + Shift + E .
You can use the navigation bar (the drop-down boxes at the top of the code window) to navigate to code in a codebase. You can choose a type or member to go directly to it. The navigation bar appears when you edit code in a Visual Basic, C#, or C++ code base.
That is a feature of Visual Studio called CodeLens.
You can enable it by going to Tools | Options | Text Editor | All | Languages | Code Information Indicators.
You could also use the Quick Launch feature (Control+Q) to search for "CodeLens".
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With