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 trigger auto complete popup window after close? #9739

Closed
chriskaukis opened this issue Oct 15, 2017 · 4 comments
Closed

How to trigger auto complete popup window after close? #9739

chriskaukis opened this issue Oct 15, 2017 · 4 comments

Comments

@chriskaukis
Copy link
Contributor

I have a question, but wasn't sure how to add the proper Question and Forum labels.

How do you get the autocomplete popup window back after it closes? I have attached an image. After it closes I can't figure out how to get it back? I can cycle through the options, but I want the actual popup where I can see the choices again. I can't be the only one?

screen shot 2017-10-15 at 11 50 42 am

If I have to add my own shortcut, can I get an idea of how or an example of an intelligent or proper means to do this type of operation in the future without interfering with other shortcut and key combinations?

@CeleritasCelery
Copy link
Contributor

You should be able to call company-complete to reenable the pop up.

@duianto
Copy link
Collaborator

duianto commented Oct 15, 2017

This came up on the gitter chat recently, company-complete completes to the next fork among the company candidates.
For example: mess completes to message and opens the popup.
The command company-manual-begin opens the popup without completing.

@chriskaukis
Copy link
Contributor Author

Thanks. Not sure if this is the best way, but I think this accomplishes what I'm looking for in my user-config. In case anyone else is curious or interested. I took this keyboard shortcut from Visual Studio:

(define-key evil-insert-state-map (kbd "C-j") 'company-manual-begin)

@CeleritasCelery
Copy link
Contributor

This will still be here for people looking for it, but go ahead and close this if you have found your answer.

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