There's great IDE integration for VSCode for local git repos; really it's the package manager awareness that's key.
Use case: I find a bug in one of my project's dependencies Assuming it's been loaded from my local filesystem rather than by zpm install, I can just fix it directly via an isfs editing mode and it'll be reflected on the filesystem.
- Log in to post comments