Home
Options

Show argument names and types in the Quick Info tooltip for constructor invocations

I was wondering if it is possible to make it so that constructor arguments are displayed in the Quick Info tooltips of constructor invocations. This already works fine for methods, but not constructors.

Constructor invocations don't show the argument names and types (this is the one that needs to be fixed):

Constructor implementations show the argument names and types:

Method implementations show the argument names and types:

Methods invocations show the argument names and types:

Comments

Sign In or Register to comment.