Restore the original interface layout_common shortcut keys_common settings in pycharm

1 Restore default layout

当我们使用Pycharm编程代码时,会遇到手滑不小心将Pycharm的界面布局给打乱,如何恢复默认布局
1.1 Directly click file→Manage IDE Settings→Restore Default Settings (as shown in the figure below):

Insert image description here

1.2 Click Restore and Restart directly, and then Pycharm will automatically restart. The interface after the restart will be the original interface.

Insert image description here

2 Change the theme

2.1 In the upper right corner of PyCharm, click "Gear, then click: "theme"

Insert image description here

2.2 Choose a topic

Insert image description here

3 Configure font size

3.1 In the upper right corner of PyCharm, click “Gear”, then click: settings

Insert image description here

3.2 editor --》fond sets the font size

Insert image description here

4 Shortcut keys to set font size (enlarge and reduce)

4.1 In the upper right corner of PyCharm, click “Gear”, then click: settings

Insert image description here

4.2 Enter incr in the search box

Insert image description here

4.3 Right click –> Add mouse shortcut key

Insert image description here

4.4 Press ctrl+mouse scroll wheel upward, and the font amplification shortcut key is set.

Insert image description here

4.5 Font reduction, search input decre

Insert image description here

4.6 Reduce font size, right-click to add mouse shortcuts

Insert image description here

4.7 Press ctrl+mouse scroll down, the font reduction shortcut key is set

Insert image description here

5 Install Chinese plug-in

5.1 In the upper right corner of PyCharm, click "Gear", then click: settings

Insert image description here

5.2 Input chinese

Insert image description here

6 Translation software plug-ins

6.1 In the upper right corner of PyCharm, click “Gear”, then click: settings

Insert image description here

6.2 Enter search Translation

Insert image description here

6.3 Click to agree

Insert image description here

7 Settings to add python interpreter

Insert image description here

Insert image description here

8 commonly used shortcut keys

ctrl+alt+s: 打开软件设置
ctrl+d: 复制当前行代码
shift+alt+上\下: 将当前行代码上移或下移
crtl+shift+f10: 运行当前代码文件
shift+f6: 重命名文件
ctrl+a: 全选
Ctrl + Alt + I:自动缩进
ctrl+c\v\x: 复制、粘贴、剪切
ctrl+f:搜索

Guess you like

Origin blog.csdn.net/weixin_42786460/article/details/133072239