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

Fixer causes neovim loose focus #1

Open
beeender opened this issue Mar 26, 2019 · 0 comments
Open

Fixer causes neovim loose focus #1

beeender opened this issue Mar 26, 2019 · 0 comments

Comments

@beeender
Copy link
Owner

When apply some quick fixes from IDE, like adding missing functions, the IDE will grab focus to the IDE's editor window for the input of param. This behavior causes neovim loose focus.

We could just disable those kinds of fixes in the comrade, but there is no clear pattern of what kind of quick fix in the IDE will do this (they are not implemented a certain Interface of have any method to tell this.).

We need to find a way to solve this.

chau-bao-long pushed a commit to chau-bao-long/Comrade that referenced this issue Sep 11, 2021
Fix beeender#1
CompletionServiceImpl.createCompletionParameters will be removed in
2019.2 . Use the logic from BaseCodeCompletionAction instead.
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

1 participant