Hacker News new | ask | show | jobs
by jmaker 1075 days ago
The plug-ins for JetBrains are often of a substantially better quality. Their database management extension is quite awesome. You get a lot out of the box too. Their support is usually very professional, if you ever need them. It runs on a JVM so you can tune it to your particular project requirements if you need but the defaults are fine. You shouldn’t turn on too many code inspections as they can slow down the UI responsiveness but you can tune the JVM and use a latency minimizing GC such as ZGC, though this is not something a regular user would ever need to look into I think. This will sound like an advert if I go on. And since I do a lot of other stuff in their IDEs, I have a uniform UI and UX.
1 comments

+1 on the database tool. Used to hop between random tools from project to project, dbeaver, cli sql tools, oracle tool when must deal with oracle. Now everything is in one UI for me, right next to my code in one familiar interface.