Wishful Solution1. Have an external link in phpstorm where you can pull in the project src directory. Basically the IDE letting me edit the other package files much like when I was working in the linked vendor.2. Sim linking the project repo into the vendor so it's always up to date as I edit in the IDE folder.3. Then the only thing needed is an app or terminal to commit the package project incrementally as needed.
Download https://tiurll.com/2yUFzq
I came up with a workflow that works for me. This isn't neccessarily the best for everyone, but it accomplishes letting me import a package into the project while the package is in active development without a phpstorm utility to let you include that directory.
aa06259810