зеркало из
				https://github.com/iharh/notes.git
				synced 2025-10-30 13:16:07 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			129 строки
		
	
	
		
			2.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			129 строки
		
	
	
		
			2.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| https://resources.jetbrains.com/storage/products/intellij-idea/docs/IntelliJIDEA_ReferenceCard.pdf
 | |
| 
 | |
| 2021
 | |
| JPoint - Rentea — IntelliJ productivity tips 0:00 of 1:12:14
 | |
|     https://www.youtube.com/watch?v=ZiOMQRujfMM
 | |
| https://www.baeldung.com/intellij-idea-shortcuts
 | |
| 2019
 | |
| https://habr.com/ru/company/otus/blog/467903/
 | |
| 
 | |
| Fix
 | |
| A-Enter
 | |
| A-S-Enter
 | |
| 
 | |
| View
 | |
| C-S-I
 | |
|     View Definition [List] ???
 | |
| C-E
 | |
|     Recent Files/Windows List
 | |
| S-C-E
 | |
|     Recent Locations List
 | |
| C-S-F12
 | |
|     Zoome Editor to Foolscreen
 | |
| S-Esc
 | |
|     Hide Tool Window (project/definition/...)
 | |
| C-Q
 | |
|     Quick doc (javadoc)
 | |
|     
 | |
| 
 | |
| Editing
 | |
| C-I
 | |
|     Implement method
 | |
| C-O
 | |
|     Override method
 | |
| C-Space
 | |
|     ???
 | |
| C-S-Space
 | |
|     SmartType completion
 | |
| A-Ins
 | |
|     New File
 | |
| C-/
 | |
|     Comment out code block with //
 | |
| C-S-/
 | |
|     Comment out code block with /*...*/
 | |
| C-P
 | |
|     list of valid params
 | |
| 
 | |
| Code
 | |
| C-A-S-L
 | |
|     Reformat Code
 | |
| C-A-T
 | |
|     Code Surround With (for, while)
 | |
| 
 | |
| Navigate
 | |
| C-A-Left
 | |
|     Navigate back
 | |
| C-S-Bakcspace
 | |
|     Navigate to the last editing place
 | |
| C-B
 | |
|     Go to Declaration
 | |
| A-Up/Down
 | |
|     Navigate to prev/next method
 | |
| C-A-Up/Down
 | |
|     Navigate to prev/next compiler error
 | |
| S-F2
 | |
|     ? -//-
 | |
| A-F7
 | |
|     Find Usages
 | |
| F3, S-F3
 | |
|     Navigate through the highlighted usages
 | |
| C-G
 | |
|     Navigate to line by <number>
 | |
| C-F12
 | |
|     Navigate|File Structure
 | |
| C-S-F7
 | |
|     Highlight usages of some var in the current file
 | |
| C-S-A
 | |
|     Find any arbitrary function by name
 | |
| C-N
 | |
| Mac-O
 | |
|     Navigate to Class
 | |
|     ! can specify line number after :
 | |
| S-C-N
 | |
|     Navigate to File
 | |
|     ! can specify line number after :
 | |
| S-C-A-N
 | |
|     Navigate|Symbol
 | |
| S-C-T
 | |
|     Navigate to SUT from Test Class
 | |
| S-Shift
 | |
|     Navigate Everywhere (Recent Class, Class, Files, Symbols, Actions, Settings)
 | |
| 
 | |
| Build
 | |
| C-F2
 | |
|     Stop Build
 | |
| 
 | |
| Debugging
 | |
|     https://www.jetbrains.com/help/idea/stepping-through-the-program.html
 | |
|     https://blog.jetbrains.com/idea/2023/02/debugger-upskill-stepping/
 | |
| F7
 | |
|     Step Into
 | |
| S-F7
 | |
|     Smart Step Into
 | |
|         Choice in case of multi-fn-invocation at the same lin
 | |
| A-S-F7
 | |
|     Force Step Into
 | |
| F8
 | |
|     Step Over
 | |
| S-F8
 | |
|     Step Out (of the current function)
 | |
| A-S-F8
 | |
|     Force Step Over
 | |
| C-F8
 | |
|     Toggle Breakpoint
 | |
| C-S-F8
 | |
|     View Breakpoints
 | |
| A-F8
 | |
|     Evaluate Expression
 | |
| F9
 | |
|     Debug/Resume
 | |
| C-A-F9
 | |
|     Force run to cursor
 | |
| NoButton
 | |
|     Reset Frame
 | |
| 
 | |
| Help
 | |
| 
 | |
| S-F1
 | |
|     External Help
 | 
