Comrade icon indicating copy to clipboard operation
Comrade copied to clipboard

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

Results 22 Comrade issues
Sort by recently updated
recently updated
newest added

The plugin is awesome,and thanks for the hard work of the author.If the comrade can have coordination with coc.nvim,it will be great.

enhancement

Hi there, This is a great plugin, but I would like to make completion work with [ncm2](https://github.com/ncm2/ncm2) rather than Deoplete. I know how to write a source (done that [already](https://gitlab.com/HiPhish/ncm2-vlime/tree/master)...

Although the corresponding file is shown correctly, I sometimes find myself needing to go to intellij and perform a find to have both nvim and idea on the same line....

enhancement

When intellij open a file, or editing a file, sync it back to neovim, or called two way sync Why? Eclipse provide a very useful java LSP: https://github.com/eclipse/eclipse.jdt.ls Neovim +...

enhancement

Given: > project/foo.java > project/ui/foo.java Do: 1. `$ vi project/foo.java` 2. Inside type in command mode `: e project/ui/foo/java` 3. Wait a few seconds, Comrade should hang.

bug

I realize that this may not be an issue with Comrade, however I'm remarking here in the event it is. Comrade uses the sign column, however it stops GitGutter from...

Loading up a file in Nvim+Comrade connected to Studio, then try and write a copy of the file somewhere to disk via: ` :w /tmp/backupFile.java ` Fails silently

bug

Attempting to edit the buffer in Neovim 0.4.2 (As well as the previous version 0.3.x i was using) results in a readonly buffer in neovim (Unable to edit the file)...

bug

I am unable to begin using Comrade and ComradeNeovim with IntelliJ 2019.2. Intellij Info: ```IntelliJ IDEA 2019.2 (Community Edition) Build #IC-192.5728.98, built on July 23, 2019 Runtime version: 11.0.3+12-b304.10 x86_64...

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...