From 462dcdfe12894ac263f2cde7daa8745452715935 Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Fri, 1 Sep 2023 19:31:50 +0300 Subject: [PATCH] m --- .../ide/jetbrains/idea/docs/presentations.txt | 3 ++ .../tools/ide/jetbrains/idea/idea-keys.txt | 39 ++++++++++++++----- 2 files changed, 33 insertions(+), 9 deletions(-) diff --git a/pl/cross/tools/ide/jetbrains/idea/docs/presentations.txt b/pl/cross/tools/ide/jetbrains/idea/docs/presentations.txt index 1902b5afe..25ef9a727 100644 --- a/pl/cross/tools/ide/jetbrains/idea/docs/presentations.txt +++ b/pl/cross/tools/ide/jetbrains/idea/docs/presentations.txt @@ -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 diff --git a/pl/cross/tools/ide/jetbrains/idea/idea-keys.txt b/pl/cross/tools/ide/jetbrains/idea/idea-keys.txt index dc2dec0cc..9b70fff57 100644 --- a/pl/cross/tools/ide/jetbrains/idea/idea-keys.txt +++ b/pl/cross/tools/ide/jetbrains/idea/idea-keys.txt @@ -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 + Navigate to line by 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