PowerShellEditorServices icon indicating copy to clipboard operation
PowerShellEditorServices copied to clipboard

Add signature help support for .NET methods

Open kaylaerdmann opened this issue 9 years ago • 4 comments

C# methods are using the suggestions documentation window to show parameter hints (see below). csharpbug.

The information contained this suggestion detail needs to be used in parameter hints. Currently the parameter hints UI does not display for c# methods.

kaylaerdmann avatar Aug 12 '15 17:08 kaylaerdmann

@kapilmb has been working on this already, maybe we can get it in for 0.9.0 in January?

daviwil avatar Dec 06 '16 18:12 daviwil

Yes, I think we will have it merged by then.

kapilmb avatar Dec 06 '16 18:12 kapilmb

screen shot 2018-01-16 at 6 33 35 pm

This looks like it's working now?

TylerLeonhardt avatar Jan 17 '18 02:01 TylerLeonhardt

Nah, that's just the "description" of the completion. Signature help is the thing that comes after you type .Add( and you get the parameter list of the method as a popup above as you type. This is definitely one of the gaps in PSES.

daviwil avatar Jan 17 '18 03:01 daviwil