I'm working in a monorepo that has several packages, some of which are Swift projects.
It seems as though sourcekit-lsp is being started from the root of the repo. I do get some completion, but only for standard library imports such as Foundation. Any packages referenced in Package.swift get no completion at all.
If I start Zed from each project directory, it works fine.
I'm working in a monorepo that has several packages, some of which are Swift projects.
It seems as though
sourcekit-lspis being started from the root of the repo. I do get some completion, but only for standard library imports such asFoundation. Any packages referenced inPackage.swiftget no completion at all.If I start Zed from each project directory, it works fine.