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

How to also keep the types for parameters and not just the names. #41

Closed
4 of 17 tasks
DasOhmoff opened this issue Oct 28, 2018 · 3 comments
Closed
4 of 17 tasks

Comments

@DasOhmoff
Copy link

DasOhmoff commented Oct 28, 2018

  • Category
    • Question
    • Bug
    • Suggestion
  • OS
    • Linux
    • macOS
    • Windows
    • Etc.
  • Vim
    • Vim
    • Neovim
  • Language
    • C
    • C++
    • go
    • python
    • rust
    • javascript
    • typescript
    • erlang

Completion Engine and Commit SHA

YouCompleteMe: f67e5ff27b048d8c55a10ba6a27c6c5b16d0f6ba
(Oct 14, 2018)

First of all I want to say that this plugin is great and really helpful. Thank you!
That beeing said, I wanted to ask if there is a way to keep the types of the parameters when I complete them.

For example instead of:
grafik

Basically adding the types of the parameters:
grafik

Is there a way to do this?
If not, what could I do to get this feature somehow?

@tenfyzhong
Copy link
Owner

I don't it is a good idea to keep the types. You can see the function prototype in the command line.

@DasOhmoff
Copy link
Author

Yes, but the echo gets overwriten by an ycm error message. So I can only see the types for a split second in command line before they get overwritten. Is there a way to fix this?

@tenfyzhong
Copy link
Owner

see #30

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

2 participants