When you build a PowerShell project from multiple files, the natural structure is clear: enums first, then classes, then functions. Each group has its own place, and as long as dependencies only flow in one direction, that structure works perfectly. But sometimes a function depends on a class, and that class calls the function. There is no longer a clean boundary between the two groups — they need
AI coding tools are starting to look similar on the surface: they all offer chat, agents, code edits, terminal awareness, and some form of autocomplete. But the real differences are in the workflow. The question is less “which one has AI?” and more “where does the AI live in your development process?” For me, VS Code is still the baseline. It is flexible, extensible, familiar, and easy to compose