pycharm part of the personalized settings and shortcuts

pycharm personalized settings

The following records some of the most basic personalized settings, modify the settings you want more, you can refer to other blog posts.

file - "settings -" editor - "general -" change font size ... (Ctrl + mouse wheel settings to adjust the font size)

file - "settings -" editor - "font (change the default font size)

file - "settings -" editor - "color Scheme -" python - "monokai (configuration topic)

file - "settings -" editor - "general -" code completion - "case sensitive completion -" None (Setting ignore case)

file - "settings -" keymap - "directly modify the shortcut key combination to set their own

pycharm shortcuts

ctrl + v to paste

ctrl + c to copy

ctrl + a select all

Cut ctrl + x

ctrl + y delete the entire line

ctrl + backspace to delete a word

shift + enter wrap

ctrl + f search - "match case to match case; words matching words (space-separated words)

ctrl + d Down replication

ctrl + shift + r global search

shift + F10 to run the file on first run

ctrl + shift + f10 to run the current file

home of the line

crtl + home of the line

end end of the line

ctrl + end-file

Ctrl + / line comment / uncomment

Ctrl + Shift + / block comment

Ctrl + Alt + L code formatting

Ctrl + Tab to switch between windows

Also here only recorded some common shortcut keys, shortcut keys if you need other ways, you can look at other people's detailed Bowen

Guess you like

Origin www.cnblogs.com/faye12/p/11412744.html