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
Search - "darcula"
-
Follow up to my (ignorant) previous rant.
Context: Eclipse vs intelliJ
Situation: Was too comfortable with eclipse. knew shortcuts in the back of my palm. Loved the light theme. Argued with anyone who blindly believed IntelliJ is better than eclipse.
Action: Forced myself to try IntelliJ. Stepped out of my comfort zone. Got a one day code block. Changed to darcula. My eyes struggled to read. My fingers typed usual eclipse shortcuts to discover unknown windows.
Verdict: after two days of learning and not giving up. I have started loving IntelliJ and I know why.
Moral: change is good. Get out of your comfort zone ;)15 -
I feel like I was very productive today. At last, I found myself a nice dark theme for NetBeans based on IntelliJ darcula theme. I also found a perfect Java API 8 SE class for date manipulation called LocalDate.4
-
NetBeans by far. Small footprint, open source, not owned/managed by mass surveillance company/party and pretty much everything else I expect from a good IDE.
With the Darcula theme of course!12 -
What are your favorite intellij themes apart from darcula and whatever that default bright thing is called?2
-
I was using prismjs to do some code block hightlighting stuff, and while it has some different themes it doesn't have my favorite one: the Darcula theme from JetBrains... So I made one :D https://github.com/LucaScorpion/...
I mainly use it with Gatsby but since it's just a css (or scss) file you can use it pretty much however you want. If you guys do use it let me know if you have any suggestions/improvements!