this post was submitted on 23 Apr 2025
54 points (95.0% liked)

Programming

22170 readers
53 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
top 6 comments
sorted by: hot top controversial new old
[–] devfuuu@lemmy.world 53 points 3 months ago (1 children)

"IDE for test automation, Aqua"

never heard of it.

[–] mesamunefire@lemmy.world 13 points 3 months ago
[–] kata1yst@sh.itjust.works 47 points 3 months ago (2 children)

All respect to JetBrains, I've loved several of their IDEs... This was a dumb idea from the start. Way too niche and specialized. Honestly the allure of a purpose built language specific IDE is losing it's lusture as well with modern architectures often blending several languages, configuration frameworks, IaC...

[–] atzanteol@sh.itjust.works 16 points 3 months ago (1 children)

Yeah, I tried it out to see what they were doing and just didn't see the point. Just make a plug-in for IntelliJ.

[–] Lumelore@lemmy.blahaj.zone 17 points 3 months ago

The article says they are making a plug-in.

Instead of a standalone product, JetBrains is pushing Aqua's functionality into the Test Automation plugin. This plugin is available for JetBrains' more established IDEs, such as IntelliJ IDEA Ultimate, PyCharm, and WebStorm.

[–] dinckelman@lemmy.world 3 points 3 months ago

I used to like purpose-made IDEs when i was just starting out with Java years ago, but these days, these are a hard sell for me.

A lot of Jetbrains plugins are incredibly opinionated, and you either have to use it their way, or gut the IDE, where half of its purpose loses value.

DIY editors like VSCode aren’t perfect but they’ve opened up a whole new market for things