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

VIM Popup API #73

Closed
blayz3r opened this issue Jun 12, 2019 · 9 comments
Closed

VIM Popup API #73

blayz3r opened this issue Jun 12, 2019 · 9 comments

Comments

@blayz3r
Copy link

blayz3r commented Jun 12, 2019

Can Echodoc be adapted to have a floating signature with Vim 8 like ycm-core/YouCompleteMe#234 (comment)

@Shougo
Copy link
Owner

Shougo commented Jun 12, 2019

current echodoc supports neovim floating window, but it doesn't support Vim8 floating API.

@Shougo
Copy link
Owner

Shougo commented Jun 12, 2019

I have not the motivation. You can implement it!

@tracyone
Copy link

hi, latest vim version has a new option: completeopt, which turn preview window into popup window automatically

@blayz3r
Copy link
Author

blayz3r commented Sep 1, 2019

hi, latest vim version has a new option: completeopt, which turn preview window into popup window automatically

completeopt is not new, and the popup option doesn't show the signature in the way echodoc does.

@tracyone
Copy link

tracyone commented Sep 1, 2019

@blayz3r sorry about it. I mean completepopup. and completeopt has a new value popup.

We can implement following with 'completeopt and completepopup being set correctly.

photo_2019-08-24 22 46 25

@tracyone
Copy link

tracyone commented Sep 1, 2019

precondition is echodoc.vim must support show vim document in preview window.

and once it does, we don't need to care about the position and the size of popup window

@Shougo
Copy link
Owner

Shougo commented Sep 1, 2019

completepopup is replace of completeopt preview.
But it is not replace of echodoc.

Because, echodoc can print signature without popup menu.

@Shougo
Copy link
Owner

Shougo commented Dec 7, 2019

Fixed by #77

@Shougo Shougo closed this as completed Dec 7, 2019
@blayz3r
Copy link
Author

blayz3r commented Dec 7, 2019

Thank you!!

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