Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
senci6048y@digli
tl;dr:
Eclipse is shit-tier. Jet brains is god-tier.
------
No seriously: personally I prefer IntelliJ over Eclipse because it
a) doesn't look shit some kid coded 20 years ago
b) comes with most features a developer needs pre-installed
c) is not just highly extensible but installing extensions usually is a breeze
d) allows you to use multi-cursor, multi-selection and all that modern stuff I don't want to miss anymore.
To be fair, I dislike that jet brains products are inconsistent on their keyboard shortcuts. Different program - different shortcuts. Different OS - different shortcuts. This is annoying when u have to work on different machines. My usual approach to this problem is trying out the wrong shortcut, cursing, (trying out another wrong shortcut, cursing)* using the right shortcut. 😅 -
debug2478yLet me add more reasons:
1) Hit shift 5 times = Search everywhere
2) Shift + A = Search actions
3) Alt + Shift + Space = Intelligent code completion
4) Postfix code completion = Look it up, must have!
5) Alt + Enter = Quick fix + Intents (Tweak em in the settings)
6) Structural Search and Replace
7) Zero latency typing
8) IntelliVim plugin
and more! -
senci6048y@debug
Oh yeah, you're right... These functionalities became so natural to me that I totally forgot to mention them.
I tend to use 'CTRL+Shift+A' for actions and 'CTRL+(Shift+)N' for classes/files instead of 2xShift for everywhere tho... Now I'm considering to really start using search everywhere as the 'navigate class/file' action is bound to 'CMD+(Shift+)O' on macs... Thanks for the hint.
Related Rants
-
theothergod4Never make the same mistake twice. There are so many new ones, try a different one each day.
-
Sumafu40Just buy more and more and more books. And coding. No one needs books, if he don't code.
-
minimango6"Don't be the smartest person in the room. If you are, you're in the wrong room." This piece of advice reall...
By switching to IntelliJ.
undefined
wk41