| ▲ | forrestthewoods 5 hours ago | |
Who cares about AI’s embedded in IDEs? Here’s the tooling I need * text editor with intellisense * build system * visual debugger * CLI coding agent It’s totally fine if those four things are different. In fact I actually probably prefer them to be different. Having an all-in-one IDE is a complete and total non-goal. People have historically confused the first three as needing to be a single IDE. This has always been wrong. The number of people who think you can’t debug with Visual Studio if the exe wasn’t built from a .sln is shocking. They’re all independent! | ||
| ▲ | 9dev 2 hours ago | parent [-] | |
Why would you ever want a debugger that isn't integrated with the code editor..? I will never not want to debug code when the current breakpoint and evaluated expressions aren't visible in the code itself. I mean, look at debugging in IntelliJ: https://resources.jetbrains.com/help/img/idea/2025.3/hotswap... As opposed to the terminal: https://cdn.hashnode.com/res/hashnode/image/upload/v16980433... | ||