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

Handle displaying signature like emacs plugin #7

Closed
oblitum opened this issue Oct 23, 2015 · 3 comments
Closed

Handle displaying signature like emacs plugin #7

oblitum opened this issue Oct 23, 2015 · 3 comments

Comments

@oblitum
Copy link

oblitum commented Oct 23, 2015

I don't use emacs but from racer screenshot at https://github.com/phildawes/racer one may expect to get more info than identifiers in vim too :-)

@sga001
Copy link

sga001 commented Oct 26, 2015

Write this in your .vimrc file:

let g:racer_experimental_completer = 1

As you can tell from the name it is not fully functional. In particular, it shows function signatures (as shown in the emacs example), but it doesn't show things like the type of fields in a struct.

@oblitum
Copy link
Author

oblitum commented Oct 26, 2015

@sga001 thanks for the info.

@oblitum oblitum closed this as completed Oct 26, 2015
@msjyoo
Copy link

msjyoo commented May 4, 2016

It would be nice if this info was in the README document.

lesguillemets added a commit to lesguillemets/myvim that referenced this issue Dec 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants