Can subdirectories of one PyCharm project be opened is separate windows without making new projects?
I had to consolidate all my projects into one so PyCharm would respect the import structure. But managing all the subprojects in one editor leads to many dozens of file tabs.
Is there a better way?
Thanks
Please sign in to leave a comment.
I need to have multiple files open from four or more subdirectories. In addition to many tabs the expanded list of project directories is very long due to showing the contents of each subdirectory being worked on.
The root of my problem is the discrepancy between PyCharm and Python path handling that is still apparent in 2.7. Imports flagged red in Editor run fine in PyCharm Python console and imports not flagged in editor throw exceptions in Python console. Is there any way to resolve this discrepancy?
Thanks,
Gene