Comrade icon indicating copy to clipboard operation
Comrade copied to clipboard

Fixer causes neovim loose focus

Open beeender opened this issue 5 years ago • 0 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.

beeender avatar Mar 26 '19 03:03 beeender