Migrated from VS Code to PyCharm. The reason is that remote debugging of VS Code Docker did not stop for some reason on Ubuntu. The reason why VSCode's Docker remote debugging doesn't stop is that it worked on Mac, so is it a Linux-specific bug? I feel like.
First, install PyCharm on Ubuntu and run it. In this system, it is unusual to hit a command with a shell to start it. I tried from PyCharm installation to Hello World on Ubuntu
Remote debugging of the Docker container I wanted to do next. It worked, but it's quite slow ... The machine specs I'm running are pretty good, so it's probably a software issue. VS Code debugging on Mac was faster. Configure the interpreter using Docker
Next around the settings. Participate in the strongest genealogy by referring to the following. PyCharm's strongest setting The strongest Python integrated development environment PyCharm
The productivity of intellij-based development tools will change as you become more proficient enough to hold study sessions on how to master them. For the shortcut key, I referred to the following (^ O ^) IntelliJ IDEA Shortcuts for Busy People (´-`) IntelliJ Shortcut List (Windows)
I set it all up and solved the error displayed in the code below! Pycharm: Import statement warns me that "Unresolved reference"
Recommended Posts