10 Most Useful Coding Shortcuts - Hands on the Keyboard | Android Studio
Вставка
- Опубліковано 23 січ 2025
- 🏆 My Online Courses
⭐Discount Coupon: LAUNCH-STEVDZA-SAN
stevdza-san.com
🐱👤 Wanna become a member? Join!
/ @stevdzasan
📸 Instagram
/ stevdza_san
In this video I'm going to show you the most useful coding shortcuts while working in your Android Studio's Editor. With those shortcuts you will be able to keep your hands on the keyboard all the time. Watch the video to learn more about it. :)
I didn't mention shortcuts from down below, because I guess everybody already knows them? 😊🤔
CTRL + C - Copy
CTRL + V - Paste
CTRL + X - Cut
CTRL + Z - Undo
CTRL + Shift + Z - Redo
CTRL + D - Duplicate
CTRL + ALT + L - Code Cleanup
Shift + F6 - Refactor
Ctrl/CMD+O - Optimize imports
Double shift - Search, use tab to switch between files, classes, modules etc
Shift + CTRL/CMD + F - Search project wide (in file contents)
CTRL/CMD + Click - Go to definition
And many many many more. This video didn't even cover the basics
Click on variable/function/class and press CTRL + B, it will take you to declaration.
And if you do CTRL + B on declaration it will show all places where it is used, or if it has single usage then it will take you there.
Yeah I use it all the time 👌
or you can just ctrl + click on that variable/function/class
which glass do you use?I need like this
Videos very helpful thanks man❤️
You're welcome 😊
Ctrl + Backspace is my fav.
Yeah, good one.
Thank you so much for giving the shortcut of android studio it really helped me 🤗🤗🤗
Happy to help! 👌🚀
Ctrl + Shift + Alt + mouse click , place multiple cursors at different positions is the only thing which I use the most ;)
Good one, however I'm trying not to use mouse that often.
I already used this all shortcuts. It's cool 😍
Awesome 👌 👏
Man very useful, thanks!!
Some I knew already, some I will practice.
... extremely useful
You do that 👍👊
Great video! Thanks ✨
🙌👊
lol. picked up a couple of new ones. Was looking for Android Studio specific but the keyboard move commands ctrl-alt/shift-alt were new ones for me :)
In VSCODE I can use CTRL+D to find multiple instances of a word or a line.
How do to that in Android Studio?
Also, try to use combination, Ctrl + W, it will select word, command, line, function and so on,
Personally I like using arrows with other keys to make shortcuts. But good one.
Ctrl + E / Alt + 1 / Alt + Arrows / Alt + plus / Alt + minus / Alt + shift + plus / Alt + shift + minus/
And the most important one, when u are at logcat use ctrl + ship + up or down
Always on point!!! Keep up the good work ☺
Thank you 👍🚀
Thanks so much !
There is a plugin called Key Promoter X which pops up with shortcuts for IDE actions (Run/Debug etc) when you use mouse for them
But it's not for editor shortcuts
Yeah a good plugin that can help beginners as well. 👌
Flutter shortcut
Home button = use for back to text font
End = go to end of text
ctrl + home = go to starting point of code
shift + home = select text back
shift + end = select text font
ctrl + four arrow = select text
shift + four arrow = select text by word
ctrl + shift + up arrow = move line up
ctrl+ shift + down arrow = move line below
Alt + shift + up/down arrow = move line outside of function
Nice! :D
👌
Moving code lines and duplicating is very handy
Definitely 🚀
how to expand/collapse all classes/functions in the file?
Awesome tutorial! Could u please make video on how to support multiple screen sizes and layout changes with orientation change using jetpack compose?
Thanks for your suggestion 👍
Waiting for ktor or retrofit with jetpack compose with mvvm architecture
Will work on one of those kind. ;)
Thank you sir
Ctrl + alt + l ,is my favourite ❤
You can just use down arrow instead :)
Finally. Someone made a video for this
Which program do you prefer today, Adobe XD or Figma?
I've adapted to Adobe Xd. Tho I hate that they've restricted the usage of export function for pdf files. :/
Is there a shortcut to select entire current line wherever the cursor is on that line? Example:
1: blablabla
2: bloblo(cursor)blo
3: blebleble
Is there a shortcut to select the whole of line 2?
You can press CTRL + W multiple times.
Home and end are one of the main reasons I won't switch to Mac OS. Years of using those are ingrained in my code editing.
Mac has them, what are you talking about?
On MacBook keyboards it's fn+arrows
@@gusandrianos those are two key combinations for something that is a single key - no thank you. Also the del key is very useful.
ctrl+shift + arrow key is nice but ctrl+w is way better, it ,marks whole word whenever the cursor is
Beside that found your channel due to room tutorial, and will definitely stay for more bcs whole jetpack compose is waiting for me
Yeah it's a handy shortcut 👊
Definitely I'll be focusing more on a Jetpack Compose 😉
Waiting for your next course
Working on it 👍⌚
I remember practicing shortcuts and accidently pressed crtl + up arrow. I was scared.
Yeah true 😄
Hi, can u make a tutorial for a multiple display size layouts and how they work from the code side, also i am having some trouble with custom popups specially when they are called from a recyclerview, thanks in advance
Most wonderful shortcut is alt+j
Useful as well. 👍
Please Do a ui course for java
I already have one, check my Skillshare and Udemy links.
👍🏻
Thanks for your tutorial 😊
You are amazing
Waiting for an online lazycolumn api with volley especially previous lesson.
I would like to start paid or free lessons for jetback compose because I really love your explaining of lessons
At the moment I'm working on a new course about building an app with Jetpack Compose. But in the future I'll work on it more advanced stuff as well. 👊👊
Don't use volley, it's 2021
@@gusandrianos it is recommended by google, so don't talk about what you don't know
First