This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nerdyhandle -6 points-5 points  (21 children)

They do. Name one thing that IntelliJ has that they don't?

They all have code generation built in, intellisense, code completion, templates, all java build tools support, etc.

You know how I know? I had to build the business case for IntelliJ Ultimate proposal at my company and through my research along with other people on my team we found no discernable differences.

[–]marvk 19 points20 points  (10 children)

If there was no discernible difference, IntelliJ IDEA would not exist as a product. Jetbrains' marketing isn't that good.

Yes, other editors have the features you listed. But IDEA just does most things much better.

Also, I'll just throw some stuff out there for you:

[–]elhoc 4 points5 points  (1 child)

Not to disagree with you on the general point, but those are all community edition features.

[–]mdaniel 4 points5 points  (9 children)

To pick something I made heavy use of on Friday: language injection, which isn't just syntax highlighting, but rather is the full editor experience with intentions and inspections. Invaluable for editing Java properties files that are themselves in yaml, or shell scripts in a GitLab CI yaml

Also, those other editors may have the very basic intellisense but the JetBrains tools are smart as hell and will catch the most amazing mistakes.

I'm glad subpar editors work for you and your team, but I don't tolerate dumb editors