Configuration of multiple related projects
Hi,
I have an in-house project (lets call it myproject) which references an in-house app (lets call it myapp).
How do I configure PyCharm so that the references to myapp inside of myproject automatically point to the open myapp PyCharm project?
I currently have both myproject and myapp open in PyCharm as PyCharm projects (by using File -> New Project and then following the steps for 'Create Project from existing sources').
Thanks,
--Craig
Please sign in to leave a comment.
For now, the logic is the following: the project you open first becomes the primary project, and all subsequently opened projects become its dependencies (they see the symbols from the primary project, but not vice versa). We plan to make this configurable in a future release.