IntelliJ IDEA: Difference between revisions
Jump to navigation
Jump to search
Line 53: | Line 53: | ||
* [https://kotlinlang.org/docs/tutorials/getting-started.html Getting Started with IntelliJ IDEA] | * [https://kotlinlang.org/docs/tutorials/getting-started.html Getting Started with IntelliJ IDEA] | ||
* [https://kotlinlang.org/docs/tutorials/getting-started-eclipse.html Getting Started with Eclipse IDE] | * [https://kotlinlang.org/docs/tutorials/getting-started-eclipse.html Getting Started with Eclipse IDE] | ||
* [https://resources.jetbrains.com/storage/products/intellij-idea/docs/IntelliJIDEA_ReferenceCard.pdf IntelliJ IDEA Default Keymap] |
Revision as of 11:12, 1 January 2021
Shortcuts
─────────────────────────────────────────────── ⌘ + 1 » Project ⌘ + 2 » Favorites ⌘ + 3 » Find ⌘ + 4 » Run ⌘ + 5 » Debug ⌘ + 6 » Problems ⌘ + 7 » Structure ⌘ + 8 » Services ⌘ + 9 » Git |
─────────────────────────────────────────────── Shift + Shift » Navigate ⌘ + B » Navigate Usages ⌘ + E » Recent Files ⌘ + E » Toggle Changes Only Files ⌘ + Shift + F12 » Hide All Windows ⌘ + , » Preferences ⌘ + ; » Project Structures ⌘ + - » Folding Collapse ⌘ + + » Folding Expand |
─────────────────────────────────────────────── Control + N » New Class, Interface, Enum ⌘ + W » Extend Selection ⌘ + Option + V » Extract Variable ⌘ + Option + M » Extract Method ⌘ + Option + P » Extract Parameter ⌘ + Option + N » Inline Variable ⌘ + Shift + T » Navigate Go to Test ⌘ + F12 » Navigate File Structure ⌘ + D » Duplicate Line ⌘ + D » Git Difference ⌘ + Option + Z » Git Undo the Change |
─────────────────────────────────────────────── Control + Shift + F10 » Run Unit Test Control + V » VCS Operation ⌘ + X » Cut Line |