Skip to content

show method signature parameters whilst typing? #608

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

Closed
jmp909 opened this issue Sep 23, 2015 · 7 comments · Fixed by #1456
Closed

show method signature parameters whilst typing? #608

jmp909 opened this issue Sep 23, 2015 · 7 comments · Fixed by #1456

Comments

@jmp909
Copy link

jmp909 commented Sep 23, 2015

Hi

I was wondering if there's a way to show method signature parameters as you type?

Visual Studio Code does it for instance:
vscode

with Atom, I can press ctrl+space when I open the parenthesis, but after that the signature disappears and is replaced with an error

signature
atomvars

sorry if this has already been answered

(note I have a .d.ts for GreenSock here)

thanks
J

PS should this be moved to https://github.com/AtomLinter/Linter ?

@basarat
Copy link
Member

basarat commented Sep 24, 2015

PS should this be moved to

Definitely not, belongs here.

I was wondering if there's a way to show method signature parameters as you type

Up for grabs 🌹 Would have to be a completely new feature ... look at hover tooltip for ideas (much custom code).

@david-driscoll
Copy link
Member

I've got a working PR for OmniSharp/omnisharp-atom that adds signature help, feel free to rip us off if you want to. Heaven knows we've ripped enough out atom-typescript. 😄 🎉

@pie6k
Copy link

pie6k commented May 13, 2017

Any update on this? :)

@sompylasar
Copy link

Dup of / related: #23
Related: atom/autocomplete-plus#329

@ghost
Copy link

ghost commented Jun 8, 2017

Disabling bracket matcher makes it work perfectly again.

I've opened an issue here: atom/bracket-matcher#291
The bracket matcher is the source of the bug so it needs to get fixed there. No faults on any providers or the autocomplete package.

@vitorrd
Copy link

vitorrd commented Jun 9, 2017

I'm actually not getting any autocompletion for methods, Bracket Matcher disabled or not.

@iamdanthedev
Copy link

No progress on this feature by any chance?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants