VS2010 extension to display hover type definition

I had an extension that made it so that when you hover over a variable or type in the code editor, the pop-up window displays the type definition (similar to representing the class and object explorer), and also allows you to switch to derived types, basic types, general types of parameters, etc.

Does anyone know which extension I am talking about? Or do you know similar ones? I looked at VS Gallery :(

+3
source share
1 answer

Hi, I think I have the same thing, and I only installed DPack and PowerTools from MS in the VS 2010 field.

+2
source

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


All Articles