logoalt Hacker News

digitaltreestoday at 1:35 AM1 replyview on HN

What do you define as an IDE then? I think something with an integrated terminal, file system and git UI is the essential set for most development.


Replies

waterTanukitoday at 2:56 AM

IDE ships it's own compiler, debugger, usually some sort of container/container orchestrator and database tool. I.e. the things that separate hobby projects from production ones. VSCode has these things but they're extensions, not build into the editor