filmov
tv
2024 IntelliJ IDEA Overview
Показать описание
IntelliJ IDEA is designed to help developers like us stay in the flow while we’re working. Like all IDEs, it has a lot of functionality available, but it’s designed to get out of your way to let you focus on the code.
what is intellij? Find out in this video!
➡ Introduction
‣ Hide all windows: ⌘ ⇧ F12 (on macOS) / Shift+Command+F12 (on Windows/Linux)
‣ Project tool window: ⌘1 (on macOS) / Alt+1 (on Windows/Linux)
‣ Quick Switch Scheme: ^`(on macOS) / Ctrl+` (on Windows/Linux)
‣ Preferences: ⌘, (on macOS) / Ctrl+Alt+S (on Windows/Linux)
➡ Coding assistance
‣ Complete Current Statement: ⌘ ⇧ ⏎ (on macOS) / Shift+Ctrl+Enter (on Windows/Linux)
‣ Show Context Actions: ⌥ ⏎ (on macOS) / Alt+Enter (on Windows/Linux)
‣ Navigate to next highlighted error: F2
‣ Navigate to previous highlighted error: Shift F2
➡ Refactoring
‣ Extend selection: ⌥ Up (on macOS) / Ctrl+W (on Windows/Linux)
‣ Move statement up: ⇧⌘ Up (on macOS) / Ctrl+Shift+Up (on Windows/Linux)
➡ Testing & Debugging
‣ Navigate to Test: ⌘ ⇧ T (on macOS) / Ctrl+Shift+T (on Windows/Linux)
‣ Run test: ^ R (on macOS) / Shift+Ctrl+F10 (on Windows/Linux)
‣ Toggle breakpoint: ⌘ F8 (macOS) / Ctrl+F8 (Windows/Linux)
‣ Debug test: ^D (macOS) / Shift+F9 (Windows/Linux)
‣ Step Into: F7
‣ Step Over: F8
‣ Resume Program: ⌥ ⌘ R (macOS) / F9 (Windows/Linux)
➡ Navigation
‣Navigate backwards: ⌘ [ (on macOS) / Ctrl+Alt+Left (on Windows/Linux)
‣ Navigate forwards: ⌘ ] (on macOS) / Ctrl+Alt+Right (on Windows/Linux)
‣ Find usages / declaration: ⌘ B (on macOS) / Ctrl+B (on Windows/Linux)
‣ Recent Files: ⌘E (on macOS) / Ctrl+E (on Windows/Linux)
‣ Recent locations: ⇧⌘E (on macOS) / Ctrl+Shift+E (on Windows/Linux)
‣ Find in files: ⇧⌘F (on macOS) / Ctrl+Shift+F (on Windows/Linux)
➡ Reading Code
‣ Folding → Expand: ⌘ + (on macOS) / Ctrl+ + (on Windows/Linux)
‣ Folding → Collapse: ⌘ - (on macOS) / Ctrl+ - (on Windows/Linux)
‣ Folding → Expand All : ⇧ ⌘ + (on macOS) / Ctrl+Shift+ + (on Windows/Linux)
‣ Folding → Collapse All: ⇧ ⌘ + (on macOS) / Ctrl+Shift+ - (on Windows/Linux)
‣ Toggle Rendered View: ^ ⌥ Q (macOS) / Ctrl+Alt+Q (Windows/Linux)
➡ Version Control support (Git)
‣ Commit: ⌘ 0 (macOS) / Alt+0 (Windows/Linux)
‣ Jump to last tool window: F12
‣ Show diff: ⌘ D (macOS) / Ctrl+D (Windows/Linux)
‣ Commit Anyway and Push: ⌥ ⌘ K (on macOS) / Ctrl+Alt+K (on Windows/Linux)
‣ Git tool window: ⌘9 (on macOS) / Alt+9 (on Windows/Linux)
‣ Terminal: ⌥ F12 (on macOS) / Alt+F12 (on Windows/Linux)
➡ Language and technology support
‣ JVM Languages: Java, Kotlin, Groovy and Scala
‣ JVM Frameworks: Spring, Quarkus, Micronaut, Jakarta EE and more
‣ Non-JVM Technologies: JavaScript, TypeScript, HTML and more
‣ Navigate to file: ⌘ ⇧ O (on macOS) / Shift+Ctrl+N (on Windows/Linux)
‣ Convert to Kotlin: ⌥⇧⌘K (on macOS) / Ctrl+Alt+Shift+K (on Windows/Linux)
‣ Preview file in: ⌥F2 (on macOS) / Alt+F2 (on Windows/Linux)
➡ Integrated tools support
‣ Managing dependencies: Package Search, Package analysis
what is intellij? Find out in this video!
➡ Introduction
‣ Hide all windows: ⌘ ⇧ F12 (on macOS) / Shift+Command+F12 (on Windows/Linux)
‣ Project tool window: ⌘1 (on macOS) / Alt+1 (on Windows/Linux)
‣ Quick Switch Scheme: ^`(on macOS) / Ctrl+` (on Windows/Linux)
‣ Preferences: ⌘, (on macOS) / Ctrl+Alt+S (on Windows/Linux)
➡ Coding assistance
‣ Complete Current Statement: ⌘ ⇧ ⏎ (on macOS) / Shift+Ctrl+Enter (on Windows/Linux)
‣ Show Context Actions: ⌥ ⏎ (on macOS) / Alt+Enter (on Windows/Linux)
‣ Navigate to next highlighted error: F2
‣ Navigate to previous highlighted error: Shift F2
➡ Refactoring
‣ Extend selection: ⌥ Up (on macOS) / Ctrl+W (on Windows/Linux)
‣ Move statement up: ⇧⌘ Up (on macOS) / Ctrl+Shift+Up (on Windows/Linux)
➡ Testing & Debugging
‣ Navigate to Test: ⌘ ⇧ T (on macOS) / Ctrl+Shift+T (on Windows/Linux)
‣ Run test: ^ R (on macOS) / Shift+Ctrl+F10 (on Windows/Linux)
‣ Toggle breakpoint: ⌘ F8 (macOS) / Ctrl+F8 (Windows/Linux)
‣ Debug test: ^D (macOS) / Shift+F9 (Windows/Linux)
‣ Step Into: F7
‣ Step Over: F8
‣ Resume Program: ⌥ ⌘ R (macOS) / F9 (Windows/Linux)
➡ Navigation
‣Navigate backwards: ⌘ [ (on macOS) / Ctrl+Alt+Left (on Windows/Linux)
‣ Navigate forwards: ⌘ ] (on macOS) / Ctrl+Alt+Right (on Windows/Linux)
‣ Find usages / declaration: ⌘ B (on macOS) / Ctrl+B (on Windows/Linux)
‣ Recent Files: ⌘E (on macOS) / Ctrl+E (on Windows/Linux)
‣ Recent locations: ⇧⌘E (on macOS) / Ctrl+Shift+E (on Windows/Linux)
‣ Find in files: ⇧⌘F (on macOS) / Ctrl+Shift+F (on Windows/Linux)
➡ Reading Code
‣ Folding → Expand: ⌘ + (on macOS) / Ctrl+ + (on Windows/Linux)
‣ Folding → Collapse: ⌘ - (on macOS) / Ctrl+ - (on Windows/Linux)
‣ Folding → Expand All : ⇧ ⌘ + (on macOS) / Ctrl+Shift+ + (on Windows/Linux)
‣ Folding → Collapse All: ⇧ ⌘ + (on macOS) / Ctrl+Shift+ - (on Windows/Linux)
‣ Toggle Rendered View: ^ ⌥ Q (macOS) / Ctrl+Alt+Q (Windows/Linux)
➡ Version Control support (Git)
‣ Commit: ⌘ 0 (macOS) / Alt+0 (Windows/Linux)
‣ Jump to last tool window: F12
‣ Show diff: ⌘ D (macOS) / Ctrl+D (Windows/Linux)
‣ Commit Anyway and Push: ⌥ ⌘ K (on macOS) / Ctrl+Alt+K (on Windows/Linux)
‣ Git tool window: ⌘9 (on macOS) / Alt+9 (on Windows/Linux)
‣ Terminal: ⌥ F12 (on macOS) / Alt+F12 (on Windows/Linux)
➡ Language and technology support
‣ JVM Languages: Java, Kotlin, Groovy and Scala
‣ JVM Frameworks: Spring, Quarkus, Micronaut, Jakarta EE and more
‣ Non-JVM Technologies: JavaScript, TypeScript, HTML and more
‣ Navigate to file: ⌘ ⇧ O (on macOS) / Shift+Ctrl+N (on Windows/Linux)
‣ Convert to Kotlin: ⌥⇧⌘K (on macOS) / Ctrl+Alt+Shift+K (on Windows/Linux)
‣ Preview file in: ⌥F2 (on macOS) / Alt+F2 (on Windows/Linux)
➡ Integrated tools support
‣ Managing dependencies: Package Search, Package analysis
Комментарии