-
Notifications
You must be signed in to change notification settings - Fork 279
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
Add a way to get the signature of a function #41
Comments
I'm wondering how best to output this information from racer. I was % racer signatureof Does that sound good to you? Cheers, Phil On Wed, Aug 13, 2014 at 8:22 AM, Corey Richardson [email protected]
|
This would be very nice to have. A similar project (in OCaml) binds this feature to Another related feature (possibly more complicated) is to display the type of a selected expression (rather than symbol). |
What about Something like
perhaps? |
Sounds reasonable to me |
I'm seeing at the ReadMe that function signature is being shown. How is that happening? I don't have the same in Vim, any tip how to get it? |
I see completion from command line is indeed returning more data than just identifier, so I guess the vim plugin was not updated to mirror that but the emacs part was? |
For example,
racer signatureof fully::qualified::name
might printfn(int) -> Box<String>
. Would also want this to work on methods, ideally.The text was updated successfully, but these errors were encountered: