beeender / Comrade

Brings JetBrains/IntelliJ IDEs magic to Neovim with minimal setup.
GNU General Public License v3.0
285 stars 21 forks source link

Fixer causes neovim loose focus #1

Open beeender opened 5 years ago

beeender commented 5 years ago

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.