Switching from Vim to Intellij
21–30 of 263 posts
Re: Switching from Vim to Intellij
#22Re: Switching from Vim to Intellij
#23Dudes be comparing text editor to IDE, and then writing :wq thinking they're vim evangelists.
Re: Switching from Vim to Intellij
#24Agree with the article. I love Vim, but mostly use webstorm for the same reasons. I just find all jetbrains products run like molasses, even with a 12-core machine with 32GB ram. I work fairly quick, and get frustrated when my editor holds me up. Surprised to hear about the crashing issues with typescript, but I don't have any experience there.
AppCode is way snappier for me than Kotlin-in-IDEA. AppCode is also more likely to shit the bed and not be able to find a standard library class with ctrl-click.
PHPStorm has never given me trouble.
Re: Switching from Vim to Intellij
#25"Switching" seems like a strong reaction, but there's something to the feeling the author describes. I use vim quite a lot, every day. I also use IntelliJ IDEA every day. And yes, there's a bit of mental switching I do, and every now and then I use vim navigation keys while in IDEA, but generally it works for me. Different tools for different jobs. Then again, I have no trouble loading reasonably large documents in v…
Some of this is particularly strong due to the language I use most - Java - where the IDE is nearly bulletproof in terms of finding exactly, only, and all real usages of identifiers (it won't ever get confused by two different identifiers with the same name) which isn't true for pycharm/python (though it does a good job honestly, but you can't blindly trust it like you can with intelliJ). I could see how someone would find pycharm not quite as much of a win over ctags, though IMO it still is.
[edit] That said, I still use vim quite a lot. I wouldn't use anything else for editing config files or just examining text content. Especially since you can pipe to it - seldom a day goes by when I don't "| vim -" instead of less or anything else.
Re: Switching from Vim to Intellij
#26https://henrikwarne.com/2012/06/17/programmer-productivity-e...
I've got to say that I am still solidly in the IntelliJ IDEA camp.
Re: Switching from Vim to Intellij
#27Re: Switching from Vim to Intellij
#28It feels to me that Vim is great at the low-level process of editing text. Everything else is fine - as good as any power editor, but not inherently great. This is the complement of Emacs, which to me is exactly the other way around.
Re: Switching from Vim to Intellij
#29Re: Switching from Vim to Intellij
#30What does the author mean by "setting up copy/paste? I've been using vim for about 20 years and just do "+y and "+p