What are some of the benefits/drawbacks to each?
Why would I use one over the other?
1–10 of 41 posts
What are some of the benefits/drawbacks to each?
Why would I use one over the other?
I do all my work in IntelliJ and Visual Studio but I found a few useful tools like VsVim which emulates all the keys in VS, there is also the IntelliJ plugin which brings Vim into the IDE.
Then you got the best of both worlds, I have to admit it's not the same as running Vim from a terminal but it's very close.
Other than that, if I had to write something in a dynamic language, I'd still prefer Vim with a few useful plugins.
I really tried hard to emulate an IDE inside Vim but that was a lost cause.
An IDE feels like I'm learning to use a piece of software. It doesn't interest me to become a Eclipse/VisualStudio/etc. expert. I'm most comfortable in front of the command prompt. I like to write my own tools and play around with utilities. If I didn't enjoy that, an IDE would be very compelling.
Eclipse just needs to be taken out and shot.
I used to use vim for everything - from writing simple notes and todos to bash script to complex web applications. I had (well, I still have) configured different set of plugins, huge .vimrc etc. But year ago I decided to try using IDEs again and honestly, I don't look back. Currently I'm using Atom (people complain about it being slow, but I have powerful machine and honestly speed is not an issue) and PyCharm. For…
However, I feel like the thing holding me back from leaving vim is its customization. I like to work with multiple vim and tmux splits side by side, e.g. dev server output on one tmux split, with vim splits inside another tmux split looking at the server code.
Most IDEs I've tried more or less force a workspace layout on me, and might make it hard to achieve something like that. However, I can see that, depending on your preferences and area of work it can be a reasonable trade-off.
I used to use vim for everything - from writing simple notes and todos to bash script to complex web applications. I had (well, I still have) configured different set of plugins, huge .vimrc etc. But year ago I decided to try using IDEs again and honestly, I don't look back. Currently I'm using Atom (people complain about it being slow, but I have powerful machine and honestly speed is not an issue) and PyCharm. For…
!./%
I used to use vim for everything - from writing simple notes and todos to bash script to complex web applications. I had (well, I still have) configured different set of plugins, huge .vimrc etc. But year ago I decided to try using IDEs again and honestly, I don't look back. Currently I'm using Atom (people complain about it being slow, but I have powerful machine and honestly speed is not an issue) and PyCharm. For…