intellivim icon indicating copy to clipboard operation
intellivim copied to clipboard

The marriage of IntelliJ and Vim

Results 6 intellivim issues
Sort by recently updated
recently updated
newest added

I am not sure I understand what the document says. so this plugin allows Vim invoked from Bash to do things like `:JavaOptimizeImports` and `JavaNew`, am I right? I have...

Is it possible to run Intellivim server without the need of running IDEA? Or maybe something like running in a headless IDEA instance. I don't want to run the whole...

An normal android projec directory structure like this: ```

Similar to `:Implement` or `:FixProblem`, probably

feature
in progress

https://github.com/vim/vim/blob/master/runtime/doc/channel.txt We could avoid having to use python to make requests, and there wouldn't be any HTTP overhead.

Discovered that `CodeInsightTestFixtureImpl` has a much simpler way of doing code completion using the Editor. Since we're using real editors now, it might work (though it might also do UI...

in progress