зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 12:46:06 +02:00
75 строки
1.1 KiB
Plaintext
75 строки
1.1 KiB
Plaintext
https://resources.jetbrains.com/storage/products/intellij-idea/docs/IntelliJIDEA_ReferenceCard.pdf
|
|
|
|
2019
|
|
https://habr.com/ru/company/otus/blog/467903/
|
|
|
|
Editing
|
|
C-I
|
|
Implement method
|
|
C-O
|
|
Override method
|
|
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
|
|
C-A-S-N
|
|
Navigate|Symbol
|
|
A-Up/Down
|
|
Navigate to prev/next method
|
|
C-A-Up/Down
|
|
Navigate to prev/next compiler error
|
|
S-F2
|
|
? -//-
|
|
C-S-A
|
|
???
|
|
Find any arbitrary function by name
|
|
A-F7
|
|
Edit|Find|Find Usages
|
|
C-S-F7
|
|
Highlight usages of some var in the current file
|
|
F3, S-F3
|
|
Navigate through the highlighted usages
|
|
C-G
|
|
Go to line by <number>
|
|
C-F12
|
|
Navigate|File Structure
|
|
|
|
Debugging
|
|
|
|
F8
|
|
Step Over
|
|
C-F8
|
|
Toggle Breakpoint
|
|
C-S-F8
|
|
View Breakpoints
|
|
|
|
Compile and Run
|
|
|
|
F9
|
|
Debug/Resume
|
|
|
|
Help
|
|
|
|
S-F1
|
|
External Help
|