You've just got a new subscriber, mate. I'll test start.spring with my next new project, but for me a new vim/former Eclipse user, tmux and path/:find are an effort saver. Thank you.
@ecavero13 ай бұрын
I started using Vim kind of like this actually a few days after you published this! I forced myself to use it as my primary editor. I started learning how to get in and out of Insert Mode. I already knew HJKL from using Vim mode on NetBeans and SQL Server Manager on Windows. Then, I started learning more and more.
@gustavobertolino4004 жыл бұрын
I'm shifting from Ubuntu + Gnome + (heavy) Intellij IDE to minimalist Arch Linux + i3 + Vim environment and I'm very excited to see the results. But the only problem for Java development with Vim is the need writing every single import line in the Java class file. It should have some intelligence to auto-complete those imports and other stuffs to improve productivity
@ofcrgry4 жыл бұрын
try coc plugin for this
@utkarshtripathi2214 жыл бұрын
kzbin.info/www/bejne/qaTQd62lj7hlfZo
@Greenmarty5 ай бұрын
I know i'm Late but for the note, Vim can be customized into IDE arguably like IntelliJ with all the helpful smart features but much more lightweight.
@sparringdragon4 жыл бұрын
NerdTree, Coc-java, and vim-rest-config are all very useful plugins too.
@DeveloperSoapbox4 жыл бұрын
Thanks, I will check them out!
@sebastiansoto41684 жыл бұрын
fzf, nerdcommenter, vim-autoformat, vim-indent-object are also very good plugins for java (And all other languages)
@dehrk9024Ай бұрын
Never felt so greatful for my windows gui😂🍓
@leandrorochaprogramador51144 жыл бұрын
Very good. Congratulations!
@TrueDetectivePikachu3 жыл бұрын
for the tiling i rely on the wm, in my case i3, which its easier to manage around
@calebsantos14714 жыл бұрын
Thanks a lot!
@Greenmarty5 ай бұрын
You can actually make vim into java IDE with all the IDE's cleverness like linter, references (usages), imports etc...
@sebascm72782 жыл бұрын
Awesome
@LorenzoBettiniАй бұрын
it just doesn't make sense to write all that Java code manually without any IDE support...