Vim vs. IDE's
31–40 of 41 posts
Re: Vim vs. IDE's
#32I used vim daily for 15 years and I recently switched over to Atom. The reason was that I felt like I was handcuffed to my custom vim configuration. My ability to write code quickly was coupled to my editor configuration. Even vim bindings weren't enough in other editors due to the muscle memory of the custom bindings I'd built up over the years. Within a couple of weeks I was comfortable in Atom. I still miss some o…
wget https://bit.ly/vimswitch && chmod +x vimswitch
./vimswitch priomsrb
This gives me my vim config along with all my plugins.Disclaimer: I am the developer of VimSwitch
Re: Vim vs. IDE's
#33I have used vim for many years. I started using Atom and after giving it a couple of days, I have been using Atom exclusively for anything more than the one off script.
Re: Vim vs. IDE's
#34Re: Vim vs. IDE's
#35For 99% of the coding I do, I use an IDE which is usually Eclipse. Though I like IntelliJ more, I just don't have the resources to pay for it where I work. That said, I do drop to vim for many things, mostly editing conf and properties files, stuff where the advantages of an IDE don't really play. However, I've felt for a long time that most modern GUI based applications and windowing systems lack a truly comprehensi…
Re: Vim vs. IDE's
#36I used vim daily for 15 years and I recently switched over to Atom. The reason was that I felt like I was handcuffed to my custom vim configuration. My ability to write code quickly was coupled to my editor configuration. Even vim bindings weren't enough in other editors due to the muscle memory of the custom bindings I'd built up over the years. Within a couple of weeks I was comfortable in Atom. I still miss some o…
If you find it annoying/difficult to pull in your vim config you may find VimSwitch ( http://vimswitch.org ) helpful. For example, when I start using a new machine I type: wget https://bit.ly/vimswitch && chmod +x vimswitch ./vimswitch priomsrb This gives me my vim config along with all my plugins. Disclaimer: I am the developer of VimSwitch
Re: Vim vs. IDE's
#37For languages I'm comfortable in, IDEs all the way. I'm particular to the JetBrains suite (RubyMine, IntelliJ, PyCharm, etc). I like the consistency across the different products, and for multi-language projects (i.e. my current project involves Rails apps, Java/Spring microservices, and lots of ReactJS) IntelliJ Ultimate is unbelievably awesome for my productivity.
Re: Vim vs. IDE's
#38Re: Vim vs. IDE's
#39I like nano and now please kill me :) I use it remote and everything shell related. If I program something bigger I like sublime. And if it a project with several hundred files I use ides. Here I'm not really settled. Everything. NET related i use visual Studio. In my opinion nothing beats it. If I could I would use it for everything else. From php to Javascript to ruby. But that costs a bunch of money.
Re: Vim vs. IDE's
#40Atom for personal projects.
GVim when I have to write something down.