10 IntelliJ Shortcuts I use daily in 2023 | Productivity | IntelliJ IDEA Primer

preview_player
Показать описание
This video covers 10 different shortcuts i use in IntelliJ everyday.

📌 Chapter Timestamps
=====================
00:00 - Intro
00:24 - 1. Recent Files
01:06 - 2. Search Classes/Files
01:59 - 3. Navigate to class/method
02:43 - 4. Search/Replace All files
03:32 - 5. Search Anywhere
04:10 - 6. Scratch File
05:13 - 7. Paste from Clipboard
06:22 - 8. Duplicate Lines
07:00 - 9. Git Diff
08:09 - 10. Distraction Free mode
09:01 - Bonus - IntelliJ Theme 2023

Join this channel by contributing to the community:

📌 Related Links
=============

📌 Related Playlist
================

🎬 Video Editing: FCP

---------------------------------------------------------------
🔥 Disclaimer/Policy:
The content/views/opinions posted here are solely mine and the code samples created by me are open sourced.
You are free to use the code samples in Github after forking and you can modify it for your own use.
All the videos posted here are copyrighted. You cannot re-distribute videos on this channel in other channels or platforms.
#IntelliJ #IntelliJIDEAPrimer #TechPrimers
Рекомендации по теме
Комментарии
Автор

Great! I like control F12 to show class methods

pguti
Автор

Switching between different views with Alt and number - eg, Alt + 1 for opening the project view (where you can see all project files), then using Shift + esc for closing that view and returning to main file...

kdurgiya
Автор

Ctrl + Shift + O to remove unused imports.

gouravjain
Автор

Sharing it with LinkedIn network
Thanks for the useful information

MadhusudanBhosale
Автор

using key promoter x which forces to know/use keyboard shortcuts

sriaya
Автор

Java8 Code formatting, dark mode, and Android studio support drawn me towards intelliJ from Eclipse. Using intellij from last 5 years.

Ctrl+Shift+V for pasting from clipboard history is awesome.
Ctrl+E will definitely save me some time in switching to recent files.
Alt+Enter for quick fix is handy to fix compilation, typo, Sonar fix etc.
Thanks for the video!

omkar.at.office
Автор

Ctrl + G to go to specific line number
I use this shortcut very often

ogdeihf
Автор

I always just type the right part of a statement, do Ctrl+Alt+V and Idea assigns a new variable automatically.

for_whom_the_bell_tolls
Автор

These short cuts are hard to remember. In lots of programs you click alt and key letters from the menu. This is generally more memorable for me. I know Intellij has this, but it does not seem to be complete, nor well thought out.

In Excel, if I want to delect a row, I type Alt h d r. This is Alt, home menu, delete row. Similar to home delete column, home insert row, home insert column.

I know Intellij was written in Czeck and I am not ready to learn that!

robertwhite
Автор

Help me what are the shortcuts for comments???

Jean_F
Автор

Please tell me something for debugging the code using intellij specially remote debugging.

asjjain
Автор

hi, What is the font of this editing area?

yuchengtu