you forgot the big advantage of using intellj which is using docker image for sdk
Switching from Vim to Intellij
71–80 of 263 posts
Re: Switching from Vim to Intellij
#72Dudes be comparing text editor to IDE, and then writing :wq thinking they're vim evangelists.
In the end, they are both tools developers use to write codes. I don't see why they can't be compared to each other.
Article literally goes "I tried to build ultimate IDE from vim, sometimes it's good, sometimes not, but then I discovered this not that free tool called IDEA and damn it works".
Re: Switching from Vim to Intellij
#73As a long-term Emacs user, I started really enjoying typing with Vim bindings (evil mode). It 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.
When I have only a minor edit to make in the middle of typing something (like transposing two characters) it saves me the back-and-forth with the normal mode and it's really sweet.
It probably makes me an heretical freak, but I'm definitely hooked. I guess I am condemned to live the rest of my life in emacs now.
Re: Switching from Vim to Intellij
#74I don't really care how good emacs or vim are for text editing, I always crave a good IDE as text editing is just a small part of writing code. It may be because I'm using java/kotlin, and the stuff a good IDE can do there is much more than in some other languages. But the refactoring, find usages, debugging, building, etc is just so smooth and integrated I've become an IntelliJ fanboy.
I would suspect if a language advertises it has superior reasoning capabilities about code that should also enable a superior IDE experience as well. Where are those IDEs?
Re: Switching from Vim to Intellij
#75Re: Switching from Vim to Intellij
#76Earlier quoted context omitted.
Do you have "+y and "+p configured to use the system clipboard? Does that work for you even when running vim over ssh?
1. I don't have them "configured" that's how it works out of the box. 2. Why would I run vim over ssh when I can use netrw with a local vim?
Re: Switching from Vim to Intellij
#77I recently switched from IntelliJ IDEA Ultimate to VS Code for Go development (side project), because I don't want to pay for it, when I'm no longer a student. With Golang VS Code works great after getting used to it. The Go plugin is not available for the community edition. For Java and Android development I always used (and still use) IDEA because it's feels much better than Eclipse.
If you plan to be a professional software engineer, then I recommend just paying for the best tools. The price of one hour of an engineer's salary (give or take) can pay for the entire IntelliJ suite for a year.
Re: Switching from Vim to Intellij
#78I recently switched from IntelliJ IDEA Ultimate to VS Code for Go development (side project), because I don't want to pay for it, when I'm no longer a student. With Golang VS Code works great after getting used to it. The Go plugin is not available for the community edition. For Java and Android development I always used (and still use) IDEA because it's feels much better than Eclipse.
If you plan to be a professional software engineer, then I recommend just paying for the best tools. The price of one hour of an engineer's salary (give or take) can pay for the entire IntelliJ suite for a year.
On the other hand, betting on open-source tooling may be a good way to increase the chances that your "best" tools will still be available in the future.
Re: Switching from Vim to Intellij
#79Just a warning, jetbrains has a huge marketing team. I pretty much can't read anything on the internet about jetbrains without thinking about it being questionable.
That's not a warning, it's a random insinuation. Take a look at https://news.ycombinator.com/newsguidelines.html Please don't post insinuations about astroturfing, shilling, brigading, foreign agents and the like.
Re: Switching from Vim to Intellij
#80I was thinking there might be something interesting here. Then I got to this line: "I started a new job working on a large typescript React project. Vim couldn’t handle opening a TSX file larger than 50 lines without crashing." And I was like LOL WUT? The author's case in this regard woudl be stronger if they helped us understand what was actually going wrong. Bad plugins? Conflicting macros? I'm pretty sure that sim…
Well, the thing about Vim and Emacs is that the users are expected to figure out configuration problems like these. That's not a point in favor of Vim and Emacs.
On the flip side, if you want easy configuration, then yes, vim/emacs/similar are not necessarily the right choices for you, but I don't think that means they are generally bad options.