2024 IntelliJ IDEA Overview

preview_player
Показать описание
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
Рекомендации по теме
Комментарии
Автор

I freaking love Jetbrains/IntelliJ. I have been a professional dev for 10+ years (18 years as a hobbyist) recently working with TypeScript, Laravel, Go and Rust. If you're working with Java it's basically a no-brainer. I have used fully-loaded (neo)vim with LSPs and plugins, Doom Emacs, VS Code since first release, and a bunch of editors and IDEs in the past. IntelliJ is in a league of its own 👏 Refactoring, Git integration, code structure to navigate large codebases quickly, debuggers, Docker/K8s services, database editor, diagrams, package vulnerability checkers, web inspector for writing tests, and now the AI Assistant! Amazing - I basically live in IntelliJ.

ThePandaGuitar
Автор

so many features, you couldn't possibly know them all but i love that they're there.

bulelanibotman
Автор

My IntelliJ subscription is some of the best money I spend every year.

KevinSheppard
Автор

IntelliJ Ultimate is a piece of art, I did not even know the language injection feature existed, now more time saved for me :D.

nicolasfelipe
Автор

IntelliJ IDEA: You spam tab and the program writes itself to absolute perfection.
11/10 IDE.

hobojoe
Автор

👋🏼🇨🇴🧔🏻👍🏼🤝🏻 Saludos desde Colombia, buena información

mondoshigua
Автор

How about creating a what changed video when you release a new version eg 2023.2 was released today and an accompanying video would be nice.

thezquad
Автор

Love IntelliJ! This makes it hard to swallow that Copilot Chat is now only available on VSCode... Will it land in IntelliJ any time soon?

MikeMarkus
Автор

getting more and more hanging, glitching since last year :|

ectn
Автор

I'd happily let intellij take 3GB of RAM any day.

walterclementsjr.
Автор

So fast your presentation. I can't follow with you.

olsexki
Автор

Exactly same content repeated over and over again by different folks. Nothing new here, i just feel JB is loosing the game now.

rohitbhanot