Add "open in" support for JetBrains/Pycharm apps in Codex Desktop
Resolved 💬 8 comments Opened Feb 3, 2026 by corrylc Closed Feb 4, 2026
💡 Likely answer: A maintainer (etraut-openai, contributor)
responded on this thread — see the highlighted reply below.
What feature would you like to see?
Codex Desktop currently supports a variety of IDEs/editors for opening the project/files, but nothing from JetBrains, such as PyCharm.
Adding support for JetBrains IDEs would expand the user base for this feature greatly, and should be possible by calling out to the IDE with something like open -na "PyCharm.app" --args "$FOLDER"
Alternately, if direct support isn't desirable, allowing the user to call an arbitrary command via config would be much appreciated.
Additional information
_No response_
8 Comments
Thanks for the feature request. The app does include several JetBrains products, but only if it detects their presence. It's possible that our detection logic is incomplete or buggy. We'll look into it.
Oh interesting! Yes it does seem to be missing them on my box. Let me know if there is anything else you need from me.
<img width="432" height="349" alt="Image" src="https://github.com/user-attachments/assets/0531e4fc-69be-4fbd-890e-4caf928bc866" />
<img width="296" height="290" alt="Image" src="https://github.com/user-attachments/assets/0c5ae56f-b521-4c10-bbb1-2a4911fb5a19" />
Facing the same issue. Likely due to Codex Desktop scanning only
/Applicationsand not~/Applications. Described that in #10463.@etraut-openai would appreciate support for Zed as well.
Same here. My CLion/PyCharm/IntelliJ IDEA are all installed under /Applications, but only CLion isn’t being detected. So it seems like there may be another bug beyond just scanning /Applications vs ~/Applications.
+1 for Zed as well! Thank you.
This appears to be fixed for PyCharm, IntelliJ, and even Zed, as of 260204.1342 (531). Thanks!
Needs Clion support