racer icon indicating copy to clipboard operation
racer copied to clipboard

Would it be possible for racer to integrate with rustdoc?

Open 7sharp9 opened this issue 9 years ago • 3 comments

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

7sharp9 avatar Oct 26 '15 20:10 7sharp9

+1 , would be a great feature.

bruno-medeiros avatar Oct 27 '15 11:10 bruno-medeiros

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.

phildawes avatar Nov 03 '15 06:11 phildawes

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 avatar May 01 '16 08:05 estebank