Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: Vim always rocks

  1. #1
    Junior Member
    Join Date
    Aug 2009
    Location
    San Fransisco
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Vim always rocks

    I love vim editor and I do a ctrl+p to auto complete my thoughts in my dream Being a little bit geeky, but for some reason, I feel eclipse and all are like spoon feeding and Vim is much nicer. No offense, I don't mean to understate other editors or their users

    Acumen,
    Lucid forums


  2. #2
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: Vim always rocks

    I use Eclipse and I have it set to automatically format my code when I save the file, love it

    // Json

  3. #3
    Senile Half-Wit Freaky Chris's Avatar
    Join Date
    Mar 2009
    Posts
    834
    My Mood
    Cynical
    Thanks
    7
    Thanked 105 Times in 90 Posts

    Default Re: Vim always rocks

    Difference is, VIM is an editor Eclipse is an IDE

    Chris

  4. #4
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: Vim always rocks

    I love all the functions Eclipse has for auto-complete, auto-format, even attempts to auto-fix mistakes. When creating classes, the generate getters/setters is a huge time saver! It's also nice that i don't have to keep hitting that compile button because it auto-compiles, and boy is the compiler quick! I tried NetBeans for a little bit, but it uses so many system resources and compiling is seconds out of my life.

    I don't mind being spoon-fed on the simple things

Tags for this Thread