beeender / Comrade

Brings JetBrains/IntelliJ IDEs magic to Neovim with minimal setup.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fixer causes neovim loose focus

beeender opened this issue · comments

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.