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

Show preview window side by side the code completion suggestion window. #379

Closed
LinArcX opened this issue Jan 25, 2019 · 2 comments
Closed

Comments

@LinArcX
Copy link
Contributor

LinArcX commented Jan 25, 2019

In eclipse or another ide's when you type some charachters, a pop-up window appear and you can see documentation about every item in a side by side fashion. just like this:
https://www.kompf.de/java/images/firststeps-eclipse.png
Currently i can see preview buffer in top of nvim. and close it when completino done:
https://github.com/neoclide/coc.nvim/wiki/Completion-with-sources#improve-completion-experience
How can i set the position of pop-up(for documentation) like eclipse ide?
Is there any option already?

@chemzqm
Copy link
Member

chemzqm commented Jan 25, 2019

Checkout #38, floating window is not on master of neovim yet, and looks like vim is going to support popup window which is something similar.

@LinArcX
Copy link
Contributor Author

LinArcX commented Jan 25, 2019

Awesome. thank you.

@LinArcX LinArcX closed this as completed Jan 25, 2019
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