程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
您现在的位置: 程式師世界 >> 編程語言 >  >> 更多編程語言 >> Python

[Python tool] pychart common shortcut keys sorting

編輯:Python

One 、 The most commonly used

ctrl+shift+A: Universal command line
shift two : View the resource file
ctrl+/: notes ( Single line or batch )
ctrl+F9: structure
shift+F10: function
ctrl+f Search for
ctrl+shift+f Global search
ctrl+alt+L: Format code
alt+ mouse : Enter column edit mode

Two 、 Cursor operation

ctrl+alt+enter: Insert up
shift+enter: Insert down
end: cursor

3、 ... and 、 Operation code

ctrl+d: Copy and paste a line
ctrl+y: Delete a line
shift+F6: Reorder
ctrl+O: Copy code

Four 、 Format code

ctrl+alt+L: Format code
Used in code alt+insert:Generate, Sure get/set Wait for the operation
ctrl+alt+T: add to try/catch
ctrl+alt+M: Extract code
ctrl+alt+F: Variables extract global variables
You also need to set the prefix :Editor–>code style–>java–>code Genertion–> Set up Field The leading edge of is m add to
ctrl+alt+v: Method to extract the body value into a variable
Save as a template :ctrl+shift+L, This is a custom (save as live Template)
Select content :tab Back off
shift+tab: Reverse backspace
alt+shift+ Up and down keys : Check code move
ctrl+shift+ Up and down keys : You can move the current method body , If you move a line of code, you can only move within the code body
ctrl+shift+U: Code case
ctrl+shift+enter: The completion code ( Add a semicolon at the end of the line , If it is if Add parentheses, etc )

5、 ... and 、 Enter code

ctrl+ mouse : Enter code
ctrl+B: Enter code
ctrl+shift+12: Maximization window

6、 ... and 、 Replace find

ctrl+r: Replace
ctrl+F: lookup
ctrl+shift+F: Global search
ctrl+shift+R: Global replacement
ctrl+shift+i: Quick view method implementation content
ctrl+p: View parameters
ctrl+Q: View the document description
shift+F1: see api file
ctrl+F12: Look at the methods of the class
ctrl+H: View the inheritance relationship of the class
Check the assignment of variables :
shift+ctrl+a: Input analyze data flow to Here
ctrl+alt+H: The view method is called there
ctrl+{}: You can locate the parentheses of the method body
F3: View the selected content
shift+F3: Reverse view content
ctrl+alt+B: Query which classes implement the interface where the cursor is located
ctrl+U: Look at the parent class
ctrl+E: List of recently edited files
ctrl+alt+home: View the layout and corresponding classes
ctrl+alt+H: See where the current method is called

7、 ... and 、 Project directory operation

New documents and projects : Select the directory you want to create to use alt+insert
ctrl+shift+a: Input show in explorer–> Open the corresponding directory
ctrl+alt+s: Open the software settings
ctrl+alt+shift+s: open module Set up
alt+1: Current directory area
alt+7: View the method list of the current class
ctrl+tab: Switch directories and views
alt+shift+c: See where the project has recently changed
ctrl+J:livetemp Template view


  1. 上一篇文章:
  2. 下一篇文章:
Copyright © 程式師世界 All Rights Reserved