Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to view the shortcut keys of the source code of a function by pycharm

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article "pycharm how to view a function source shortcut key" article most people do not understand, so the editor summarized the following content, detailed, clear steps, with a certain reference value, I hope you can read this article can have a harvest, let's take a look at this "pycharm how to view a function source shortcut key" article bar.

In pycharm, rich shortcut key usage can bring programmers a good development experience. For example, when we need to view the source code of a function, we can use shortcut keys to quickly view it. The key is: most of these shortcut key operations are common to jetBrain software. As long as you can use an ide of idea/pycharm/phpstorm and other jetbrain companies, you can quickly get started with the use of these shortcut keys.

Hold down Ctrl and click the name of the function to jump to the code file of the function.

When selected, the function is underlined and click on the function name to go to the file where the function is located

Add: pycharm practical shortcut keys notes Daquan

Ctrl + F1 displays error description or warning message

Alt + Enter fast correction

Ctrl + R substitution

Ctrl + Shift + F or 2 consecutive taps on shift global lookup {you can find a string throughout the project, such as looking up a function name string to see how to use this function.

Ctrl + Shift + R global replacement

Alt + Shift + F10 running mode configuration

Alt + Shift + F9 debug mode configuration

Shift + F10 run

Shift + F9 debugging

F8 skip

F7 entry

Shift + F8 exit

Alt + F9 run cursor

Alt + F8 validate expression

Ctrl + Alt + F8 Quick validation expression

F9 recovery program

Ctrl + F8 breakpoint switch

Ctrl + Shift + F8 View breakpoints

Add: the source code of the view method in Pycharm

Method 1, mouse over the function, Ctrl+B, look at the source code

Method 2. Move the cursor to the method you want to view, hold down the ctrl key and click the left mouse button to view the source code of the method.

The above is about the content of this article on "how to view the shortcut keys of the source code of a function by pycharm". I believe we all have some understanding. I hope the content shared by the editor will be helpful to you. If you want to know more about the relevant knowledge, please follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report