Open links in new tab
  1. Tips for using Vim as a Java IDE? - Stack Overflow

    Oct 31, 2008 · I'm addicted to Vim, it's now my de facto way of editing text files. Being that it's mainly a text editor and not an IDE, has anyone got tricks for me to make it easier when developing Java …

  2. What are some good plugins for developing Java in VIM?

    Oct 31, 2009 · I love Vim, but using an IDE for Java is the only way to stay sane. A decent Java IDE will: Show invalid syntax or type errors Show missing JavaDoc Manage import statements for you …

  3. Programming Java with Vim - Stack Overflow

    Sep 5, 2016 · I have tested many editors out there, but Vim makes me addictive. I really wish to use Vim in all of my programming. I just tried to start learning the Java programming language and I have a …

  4. Compiling Java code in Vim more efficiently - Stack Overflow

    I come from an Eclipse background, but I love Vim as a text editor. I'm currently experimenting with Vim as a Java IDE. Currently I do this to compile: ! javac MyClass.java followed by ! java -cp .

  5. 怎样用 vim 编写 Java? - 知乎

    只有经验非常丰富的Java程序员,才可以用Vim这样的纯文本编辑器,以高超的效率,写出高质量的代码。 如果你是菜鸟,没有多年的Java编程经验,没有参与过大型Java项目,没有独立编写过小 …

  6. How to Debug Java Application using VIM/GVIM? - Stack Overflow

    Apr 19, 2015 · I asked this question previously (any-good-tutorial-for-moving-from-eclipse-to-vim) From the inputs, I started using GVIM instead of Eclipse. I added ctags to it and I am able to navigate now

  7. (neo)vim 适合写java吗? - 知乎

    Java的话,主用Intellij,装了vim插件,偶尔使用neovim (配置了Java LSP,可实现代码补全,跳转等功能),曾经配过VSCode的Java环境,最后卸载了VSCode。说下个人感受: 如果是工作,还是 …

  8. Vim for Java? : r/vim - Reddit

    I use vim exclusively as a professional developer working on a pretty large Java project (a few hundred thousand lines of Java in hundreds of classes in several submodules). It's overall very smooth for …

  9. Best way to setup VIM for working on a JAVA codebase? : r/vim - Reddit

    I've used VIM for a fairly long time on a variety of codebases, but never a Java codebase before. Now I have to work in Java though, so looking for tips on the best plugins/way to set up for JAVA. Thanks

  10. Java with VIM : r/java - Reddit

    Apr 27, 2021 · Java with VIM Hey guys, just wondering if any of you would recommend to use Vim or any other text editor like Vim? I am currently a freshman and I am loving apache net beans features …