зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +02:00
158 строки
3.0 KiB
Plaintext
158 строки
3.0 KiB
Plaintext
https://resources.jetbrains.com/storage/products/intellij-idea/docs/IntelliJIDEA_ReferenceCard.pdf
|
|
https://www.jetbrains.com/help/idea/mastering-keyboard-shortcuts.html
|
|
https://stackoverflow.com/questions/11416111/how-to-automatically-navigate-to-current-class-in-intellij-idea-project-tool-win
|
|
|
|
baeldung
|
|
https://www.baeldung.com/intellij-idea-shortcuts
|
|
https://www.baeldung.com/intellij-basics
|
|
2025
|
|
Amplicode Shorts - Top Idea Hacks
|
|
https://www.youtube.com/shorts/jLL20gmZwYU
|
|
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?
|
|
2021
|
|
JPoint - Rentea — IntelliJ productivity tips 0:00 of 1:12:14
|
|
https://www.youtube.com/watch?v=ZiOMQRujfMM
|
|
2020
|
|
JetBrains - Top 15 IntelliJ IDEA shortcuts 0:00 of 7:58
|
|
https://www.youtube.com/watch?v=QYO5_riePOQ
|
|
2019
|
|
https://habr.com/ru/company/otus/blog/467903/
|
|
|
|
Fix
|
|
A-Enter
|
|
A-S-Enter
|
|
|
|
View
|
|
C-S-I
|
|
View/Preview Quick Definition of the current symbol
|
|
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)
|
|
A-5
|
|
Debug
|
|
|
|
|
|
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
|
|
C-F2
|
|
Stop
|
|
NoButton
|
|
Reset Frame
|
|
|
|
Help
|
|
|
|
S-F1
|
|
External Help
|
|
|
|
VCS
|
|
A-`
|
|
vcs-related cmds in current context
|