Re: vim suitable for professional software development?

2015-09-02 Thread taschentuch
Hey, BIG thanks for the two links. I've really considered VIM as a constructing set for building a personalized IDE, rather than just an specialized text editor. you don't use any kind of code completion and only external syntax checkers/debugging tools then? (Spring (-> Typo)/Tomcat/Maven

Re: vim suitable for professional software development?

2015-09-02 Thread Reid Thompson
On Wed, 2015-09-02 at 10:47 +0200, taschent...@posteo.de wrote: > Hey, > > BIG thanks for the two links. I've really considered VIM as a > constructing set for building a personalized IDE, rather than just an > specialized text editor. > > you don't use any kind of code completion and only

Re: vim suitable for professional software development?

2015-08-25 Thread taschentuch
Hey, thanks a lot for the explanation. regards Am 24.08.2015 15:00 schrieb Stefan Klein: Hi, 2015-08-24 14:33 GMT+02:00 taschent...@posteo.de: You've said Vim plugins will never be as complete as Eclipse (eg refactoring). Could you elaborate that point, please? Eclipse understands the

Re: vim suitable for professional software development?

2015-08-24 Thread Stefan Klein
Hi, 2015-08-24 14:33 GMT+02:00 taschent...@posteo.de: You've said Vim plugins will never be as complete as Eclipse (eg refactoring). Could you elaborate that point, please? Eclipse understands the java code you write. That is, if you have 2 variables i in different context, Eclipse know

Re: vim suitable for professional software development?

2015-08-24 Thread taschentuch
Hey, i just realized that some of my fears were just for no reason. = I use git for my vim cfg and a Plugin manager. Therefore, i wasn't frightened about investing time in my vim cfg - i was frightened about to be forced to do that at work, because i can't write code in that time. I knew of

Re: vim suitable for professional software development?

2015-08-24 Thread Erik Christiansen
On 23.08.15 16:33, taschent...@posteo.de wrote: i'm wondering whether VIM is really suitable for professional software development. I have no considerable experience with vim, linux, software development or anything else mentioned in this post, i.e. i'm a beginner ... Over three decades in

RE: vim suitable for professional software development?

2015-08-24 Thread taschentuch
Hey, Well, it seems that the fear to break my cfg was really reasonless, especially if i consider that i already use git for my vimrc and can comment problematic plugins/settings. But i think for me, its a really good idea to restart in terms of plugins and clean them a bit. The point i've

Re: vim suitable for professional software development?

2015-08-23 Thread Tim Chase
On 2015-08-23 16:33, taschent...@posteo.de wrote: i'm wondering whether VIM is really suitable for professional software development. I've been using it for over a decade for professional software development. So I'd guess the answer is yes. 1) Let's assume your vim configuration is broken

RE: vim suitable for professional software development?

2015-08-23 Thread Doug Wellington
Previously: i'm wondering whether VIM is really suitable for professional software development. There are a lot of us professional software developers who use vim every day. Let's assume your vim configuration is broken at work and you can't fix the issue within 20 minutes. I would

Re: vim suitable for professional software development?

2015-08-23 Thread Marc Weber
1) Let's assume your vim configuration is broken at work and you can't How does this differ from other solutions? Use version control system to manage your plugins. Installing latest plugins can be done easily by plugin management systems such as VAM/Vundle/NeoBundle. Some details / links look

vim suitable for professional software development?

2015-08-23 Thread taschentuch
Hey, i'm wondering whether VIM is really suitable for professional software development. I have no considerable experience with vim, linux, software development or anything else mentioned in this post, i.e. i'm a beginner = Therefore, i hope i can ask some naive and very basic questions about