Make code-inspection reference symbols from another project
Hi all,
I opened two projects side-by-side, which reference each other (but do not reside in the same physical directory).
The problem is that the code inspection does not recognize symbols across the projects, and I get many warnings.
How can I configure the inspector to reference the other project?
Thanks,
Boaz
请先登录再写评论。
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.