Skip to content

Instantly share code, notes, and snippets.

View vipulmathur's full-sized avatar
👨‍💻
coffee + music = code

Vipul Mathur vipulmathur

👨‍💻
coffee + music = code
View GitHub Profile
@vipulmathur
vipulmathur / PyCharmIntelliJShared.md
Last active February 5, 2024 10:24
Run PyCharm and IntelliJ IDEA on the same codebase

Problem

PyCharm and IntelliJ IDEA use the .idea directory to keep project information. While the two seem to be able to read each other's files, they (currently) don't understand the other's settings.

Solution

The work-around (till they learn to play better with each other) is to keep their .idea folders separate, while sharing a common project source tree. Instructions follow below.