notes/pl/cross/tools/ide/jetbrains/idea/idea-keys.txt
Ihar Hancharenka 9d1f936803 m
2024-02-16 19:22:55 +03:00

146 строки
2.6 KiB
Plaintext

https://resources.jetbrains.com/storage/products/intellij-idea/docs/IntelliJIDEA_ReferenceCard.pdf
2024
radiopapus - Idea Tricks 3:00 of 17:29
https://www.youtube.com/watch?v=olOR5GmLXH4
! New - Scratch File, for formats as well (like a json)
! A-Up/Down - navigate by code blocks
! C-A-L - format
! A-J - multi-cursors?
2022
https://www.baeldung.com/intellij-basics
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)
C-W
Expand code selection (to wider region)
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
? -//-
C-A-7
Show Usages
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
VCS
A-`
vcs-related cmds in current context