Skip to content

Add signature help support for .NET methods #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
kaylaerdmann opened this issue Aug 12, 2015 · 4 comments
Open

Add signature help support for .NET methods #13

kaylaerdmann opened this issue Aug 12, 2015 · 4 comments
Assignees
Labels
Area-IntelliSense Issue-Enhancement A feature request (enhancement).

Comments

@kaylaerdmann
Copy link

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 kaylaerdmann added the Issue-Bug A bug to squash. label Aug 12, 2015
@daviwil daviwil modified the milestone: 0.1.0 Aug 13, 2015
@daviwil daviwil added Issue-Enhancement A feature request (enhancement). Up for Grabs Will shepherd PRs. and removed Issue-Enhancement A feature request (enhancement). labels Nov 9, 2015
@daviwil daviwil modified the milestones: 0.2.0, 0.1.0 Nov 16, 2015
@daviwil daviwil changed the title Parameter hints for c# methods not working Add signature help support for .NET library methods Nov 16, 2015
@daviwil daviwil modified the milestone: 0.2.0 Nov 20, 2015
@daviwil daviwil modified the milestone: Backlog Dec 31, 2015
@daviwil daviwil changed the title Add signature help support for .NET library methods Add IntelliSense and signature help support for .NET methods Feb 15, 2016
@daviwil daviwil added Issue-Enhancement A feature request (enhancement). and removed Issue-Bug A bug to squash. labels Feb 15, 2016
@daviwil daviwil changed the title Add IntelliSense and signature help support for .NET methods Add signature help support for .NET methods Feb 15, 2016
@daviwil daviwil modified the milestones: 0.9.0, Backlog Dec 6, 2016
@daviwil
Copy link
Contributor

daviwil commented Dec 6, 2016

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

@kapilmb
Copy link

kapilmb commented Dec 6, 2016

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

@daviwil daviwil modified the milestones: 0.9.0, 0.10.0 Jan 18, 2017
@daviwil daviwil modified the milestones: 0.10.0, April 2017 Mar 14, 2017
@daviwil daviwil removed this from the 0.10.0 milestone Mar 14, 2017
@daviwil daviwil modified the milestones: June 2017, Backlog Oct 27, 2017
@TylerLeonhardt TylerLeonhardt added Area-IntelliSense and removed Up for Grabs Will shepherd PRs. labels Jan 17, 2018
@TylerLeonhardt
Copy link
Member

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

This looks like it's working now?

@daviwil
Copy link
Contributor

daviwil commented Jan 17, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IntelliSense Issue-Enhancement A feature request (enhancement).
Projects
None yet
Development

No branches or pull requests

5 participants