Этот коммит содержится в:
Ihar Hancharenka 2023-09-01 19:31:50 +03:00
родитель 7d4c16e1e1
Коммит 462dcdfe12
2 изменённых файлов: 33 добавлений и 9 удалений

Просмотреть файл

@ -1,6 +1,9 @@
2023
Jetbrains - Arhipov - IntelliJ IDEA Tips and Tricks of 51:36
https://www.youtube.com/watch?v=V8lss58zBPI
2019
Gee - Navigation in IntelliJ IDEA of 8:00
https://www.youtube.com/watch?v=1UHsJyCq1SU
2018
https://github.com/maximn/capitalizing-on-a-great-idea
Kazakova - Debug C++ Without Running

Просмотреть файл

@ -11,6 +11,17 @@ Fix
A-Enter
A-S-Enter
View
C-E
Recent Files/Windows List
S-C-E
Recent Locations List
C-S-F12
Zoome Editor to Foolscreen
S-Esc
Hide project
Editing
C-I
Implement method
@ -42,27 +53,37 @@ 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
Find Usages
F3, S-F3
Navigate through the highlighted usages
C-G
Go to line by <number>
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