Skip to content
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

Would it be possible for racer to integrate with rustdoc? #415

Open
7sharp9 opened this issue Oct 26, 2015 · 3 comments
Open

Would it be possible for racer to integrate with rustdoc? #415

7sharp9 opened this issue Oct 26, 2015 · 3 comments

Comments

@7sharp9
Copy link

7sharp9 commented Oct 26, 2015

It would be nice if this was possible so that racer could also return the signature and documentation for the completion requested.

@bruno-medeiros
Copy link

+1 , would be a great feature.

@phildawes
Copy link
Collaborator

Agreed. Currently all my spare time is going into figuring out how to use rustc to get perfect completions so I probably won't get to this for a while I'm afraid.

@estebank
Copy link
Contributor

estebank commented May 1, 2016

I have a small hacked together version of this, I'll be sending a pull request later today.

I noticed that for some reason in HEAD complete-with-snippets is returning the same thing as complete. I'll try to get it working with vim-racer as well to present a full feature.

I modified core::Match to add a docs: String field. Let me know if you disagree with doing that for some reason, @phildawes.

estebank added a commit to estebank/racer that referenced this issue May 2, 2016
Possible (hacky) solution for racer-rust#415.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants