Python Getting Started tool pycharm

Source: Internet
Author: User

D:\PycharmProjects


Pycharm shortcut keys

Tips
CTRL Q: Displays all parameters that can be entered in the parameter list location.
CTRL Q: View the document string for the selected method

Read
CTRL-: Collapse the current code
CTRL +: Expand the current code
CTRL SHIFT-: Collapse All code
CTRL SHIFT +: Expand All code
CTRL SHIFT F7: highlights the current word throughout the file, F3 moves to the next, and ESC cancels highlighting.
CTRL F11 | F11: Set bookmarks.
SHIFT F11: Displays all bookmarks.
CTRL F12: When there are too many methods in a file, to quickly jump to a method, you can use this shortcut to open the list,
In addition to using the arrows to select, you can also enter letters.

Move
ALT up: Move to Previous method
ALT down: Move to the next method
CTRL B | CTRL Click: Go to Method definition
CTRL shift up: Moves the current row up one line
CTRL shift up: Moves the current line down one line

SHIFT ENTER: Smart jumps to the next line when executing in the middle of a row.

Comments
CTRL/: Annotate, uncomment lines

Choose
ALT Left: Column mode selection
CTRL W: Select the current word, continue pressing, and select the row/if/method to which it belongs.

Edit
CTRL D: When unchecked, copy the current line to the next line, and copy and paste the selected section when selected.
CTRL J: Enter a template

SHIFT F6: Changing the variable/method name

Delete
Ctry Y: Delete When moving forward

Debugging
CTRL F8: Set/Cancel Breakpoints

Other
CTRL E: List of recently accessed files
ESC: Focus from other windows to the edit window
SHIFT ESC: Hide the current window, focus to the edit window
F12: Focus from the edit window to the previous use window
Editor right-click, local History, show historical: Show locally modified records

First Python file:

:    ():  ()


This article is from the "9231485" blog, please be sure to keep this source http://9241485.blog.51cto.com/9231485/1962863

Python Getting Started tool pycharm

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.