Can I open the Gateway while an instance of PyCharm is already running
Hello,
I'm running into a bit of a workflow issue with PyCharm. I have 2 projects that I am working on simultaniously: a Django project and a testing script for that same project (to send requests and evaluate responses). The Django project exists on a virtual machine while the script is local, so when I get to work in the morning I open Jetbrains, I open the remote project first, then open the script project second. This morning I, for some reason, decided to do it the other way around, and I noticed that once I open my local project the “Welcome to PyCharm” window closes, and there is no way for me to open the other project from there. I also cannot seem to open another instance of PyCharm when a local project is already opened.
Is this normal?
请先登录再写评论。
That's a tricky situation with PyCharm and multiple projects! I've definitely been there, wrestling with IDE workflows. Have you considered using multiple desktops to keep each project separate? It's not a perfect solution, but it might ease the daily startup. Speaking of getting into the zone, sometimes a quick break helps clear my head. I've found that playing a few rounds of Snow Rider 3D can be surprisingly refreshing.
It seems like you have a well-thought-out workflow with PyCharm and your project setup. Have you considered automating the process using tools like Docker to streamline your development environment? It could help simplify managing multiple projects. Check out some tips on optimizing escape road.