Need to adjust the order of directories in PyCharm: 1. Open the "Project Structure" window (Ctrl/Cmd Alt Shift S); 2. Find "Sources" in the "Modules" tab and drag the directory to the desired Location; 3. Click "Apply" and "OK" to save changes.
How to adjust the directory order in PyCharm
In PyCharm, you can adjust the directory order by following the steps:
1. Open the project structure window
Ctrl
Alt
Shift
S
(Windows/Linux) or Cmd
Opt
Shift
S
(macOS) Open the Project Structure window . 2. Navigate to the Modules view
3. Adjust the directory order
4. Save changes
Specific steps:
Ctrl
Alt
Shift
S
(Windows/Linux) or Cmd
Opt
Shift
S
(macOS). Note:
The above is the detailed content of How to adjust the order of pycharm directories. For more information, please follow other related articles on the PHP Chinese website!