Intellij idea shortcut key sorting

Source: Internet
Author: User
  1. CTRL + Shift + enter, the statement is complete
  2. "!", Negative completion. Press "!" when entering the expression. Key
  3. CTRL + e, the latest file
  4. CTRL + Shift + e, recently changed File
  5. Shift + Click to close files
  6. CTRL + [or] to start and end with braces
  7. CTRL + F12: displays the structure of the current file
  8. CTRL + F7: query the reference of the current element in the current file, and press F3 to select
  9. CTRL + n to quickly open the class
  10. CTRL + Shift + n to quickly open a file
  11. Alt + Q. You can see the declaration of the current method.
  12. CTRL + P to display parameter information
  13. CTRL + Shift + insert, you can select the clipboard content and insert
  14. Alt + insert, which can generate Constructors/getter/setter, etc.
  15. CTRL + ALT + V. You can introduce variables. For example, new string (); automatically imports variable definitions
  16. CTRL + ALT + T, you can package the code in a block, for example, try/catch
  17. CTRL + enter, import package, and automatically modify
  18. CTRL + ALT + L, format the code
  19. CTRL + ALT + I: automatically indent the selected code. This function can also work when editing JSP files.
  20. CTRL + ALT + O to optimize imported classes and packages
  21. CTRL + R, replace text
  22. CTRL + F, search for text
  23. CTRL + Shift + space to automatically complete the code
  24. CTRL + space, code prompt (conflicts with system input key)
  25. CTRL + Shift + ALT + N, find methods or variables in the class
  26. Alt + Shift + C, recent changes
  27. Alt + Shift + up/down, up/down a row
  28. Shift + F6, refactor-Rename
  29. CTRL + X to delete rows
  30. CTRL + D, copy the row
  31. CTRL +/or Ctrl + Shift +/, comment (// or /**/)
  32. CTRL + J, Automatic Code (for example: serr)
  33. CTRL + ALT + J, surrounded by dynamic templates
  34. CTRL + H: display the class structure diagram (class hierarchy)
  35. CTRL + Q: display the comment document
  36. Alt + F1, locate the code
  37. Alt + 1 to quickly open or hide the project panel
  38. CTRL + ALT + left/right, returns the previous browsing position
  39. Alt + left/right: Switch the Code view
  40. Alt + up/down, fast moving between methods
  41. CTRL + Shift + up/down, move up/down
  42. F2 or SHIFT + F2, highlighting errors or warnings for quick locating
  43. Tab. After the code tag is entered, press tab to generate the code.
  44. CTRL + Shift + F7, highlight all the text, Press ESC to highlight and disappear
  45. Alt + F3, search for the same text one by one and highlight it
  46. CTRL + up/down, move the cursor to the first or last line
  47. CTRL + B/Ctrl + Click to quickly open the class or method at the cursor (jump to the definition)
  48. CTRL + ALT + B, jump to the method implementation
  49. CTRL + Shift + backspace, jump to the Last edited place
  50. CTRL + O, rewrite Method
  51. CTRL + ALT + space, class name automatically completed
  52. CTRL + ALT + up/down to quickly jump to the search results
  53. CTRL + Shift + J, integrating two rows
  54. Alt + F8, calculate the variable value
  55. CTRL + Shift + v. you can insert the most recently used clipboard content to text.
  56. CTRL + ALT + Shift + V, simple Paste
  57. Shift + ESC: You can not only move the focus to the editor, but also hide the current (or last active) tool window.
  58. F12: Move the focus from the editor to the recently used tool window
  59. Shift + F1: Open the class or method used in the editor cursor character in the Java document browser
  60. CTRL + W. You can select a word and then execute the statement and then function.
  61. CTRL + Shift + W, deselect the word where the cursor is located
  62. Alt + F7: locate a class, method, or variable in the project
  63. CTRL + I, Implementation Method
  64. CTRL + Shift + u, case-insensitive Conversion
  65. CTRL + Y to delete the current row
  66. Shift + enter, Insert a new row downward
  67. Psvm/sout, main/system. Out. println (); Ctrl + J, view more
  68. CTRL + Shift + F, global search
  69. CTRL + F, find/Shift + F3, search up/F3, search down
  70. CTRL + Shift + S, Advanced Search
  71. CTRL + u, to the parent class
  72. CTRL + ALT + S to open the Setting Dialog Box
  73. Alt + Shift + inert, enable/disable column selection mode
  74. CTRL + ALT + Shift + S to open the current project/module attribute
  75. CTRL + G, locate the row
  76. Alt + home, jump to the navigation bar
  77. CTRL + enter, insert a row above
  78. CTRL + backspace, delete by word
  79. CTRL + "+/-", expanding and folding the current method
  80. CTRL + Shift + "+/-", expand and collapse all
[Debugging and compilation]
  1. CTRL + F2, stop
  2. Alt + Shift + F9, select debug
  3. Alt + Shift + F10, select Run
  4. CTRL + Shift + F9, compile
  5. CTRL + Shift + F10, run
  6. CTRL + Shift + F8 to view breakpoints
  7. F8, step by step
  8. F7, step
  9. Shift + F7, smart entry
  10. Shift + F8, step-out
  11. Alt + Shift + F8, forced step
  12. Alt + Shift + F7, forced entry
  13. Alt + F9, run at the cursor
  14. CTRL + ALT + F9, force run to cursor
  15. F9, Recovery Program
  16. Alt + F10, locate the breakpoint
  17. CTRL + F8 to switch the line breakpoint
  18. CTRL + F9 to generate a project
  19. Alt + 1, Project
  20. Alt + 2, favorites
  21. Alt + 6, todo
  22. Alt + 7, Structure
  23. CTRL + Shift + C, copy path
  24. CTRL + ALT + Shift + C, copy reference, class name must be selected
  25. CTRL + ALT + Y, synchronize
  26. CTRL + ~, Quick Switch solution (ui appearance, code style, shortcut key ing, and other menus)
  27. Shift + F12, restore the default Layout
  28. CTRL + Shift + F12, hide/restore all windows
  29. CTRL + F4, disable
  30. CTRL + Shift + F4, close the activity Tab
  31. CTRL + TAB to go to the next Splitter
  32. CTRL + Shift + TAB, go to the previous Splitter
[Reconstruction]
  1. CTRL + ALT + Shift + T. The refactoring menu is displayed.
  2. Shift + F6, rename
  3. F6, mobile
  4. F5, copy
  5. Alt + Delete, secure deletion
  6. CTRL + ALT + N, inline
[Search]
  1. CTRL + F, search
  2. CTRL + R, replace
  3. F3, find the next
  4. Shift + F3, find the previous
  5. CTRL + Shift + F, search in Path
  6. CTRL + Shift + R, replace in Path
  7. CTRL + Shift + S, search structure
  8. CTRL + Shift + M, replacing the structure
  9. Alt + F7, search usage
  10. CTRL + ALT + F7, display usage
  11. CTRL + F7, search for usage in the file
  12. CTRL + Shift + F7, highlighted in the File Usage
[VCs]
  1. Alt ++ ~, VCs operation menu
  2. CTRL + k, submit changes
  3. CTRL + T to update the project
  4. CTRL + ALT + Shift + D, show changes

From: http://www.cnblogs.com/tonycody/p/3257601.html

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.