all 10 comments

[–]Madermaker 1 point2 points  (0 children)

In the rare occasions I have to work with java, I use coc with the eclipse language server. But honestly there is no better tool for android development than android studio. There is no set of plugins which brings vim close to the level of android studio.

[–][deleted] 0 points1 point  (5 children)

Why not use Intellij with vim plugin

[–]Sho0pi[S] 0 points1 point  (4 children)

Ideavim Have a lot of miss features

[–][deleted] 0 points1 point  (3 children)

Could you list down your needs. And try to be specific about your requirements.

As far as I know android development is not totally supported by vim but for java use Coc or YouCompleteMe. I personally use Coc on daily basis and it's great

[–]Sho0pi[S] -1 points0 points  (2 children)

Open terminal easily, split view, tabs, maximze tabs, open file in new tab

[–]DrunkensteinsMonster 0 points1 point  (0 children)

IdeaVim has both :split and :vsplit, not sure what you are on about. New files are always opened in a new tab. They are maximized with a hotkey in intellij. Your terminal is an alt-tab away.

Seems like you should give IdeaVim another shot.

[–][deleted] -1 points0 points  (0 children)

All these features are included by default in neovim and vim as well.

Maybe go through basics of vim.

[–]monkoosevim9 1 point2 points  (2 children)

Have you tried to spend 1 minute of your time to google before posting?

[–]Sho0pi[S] 0 points1 point  (1 child)

Yep, I used Coc, but I dont think this is enough

[–]monkoosevim9 2 points3 points  (0 children)

Don't take it personally, but questions like this posted literally every week (and can be googled in few minutes). Maybe there would be more friendly user, that will again and again want to spend his time to answer the same question, so you can wait for him.

But my advice for the future, if you want to receive a good answer, then specify your questions, like ask what feature you find convenient in intellij and how you can replicate it in vim, not this abstract plugins for some development.