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. :)

КОМЕНТАРІ • 69

  • @StevdzaSan
    @StevdzaSan  3 роки тому +12

    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

    • @gusandrianos
      @gusandrianos 3 роки тому

      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

  • @bosmilan2
    @bosmilan2 3 роки тому +3

    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.

    • @StevdzaSan
      @StevdzaSan  3 роки тому

      Yeah I use it all the time 👌

    • @catorlife
      @catorlife 6 місяців тому

      or you can just ctrl + click on that variable/function/class

  • @sikka09
    @sikka09 6 місяців тому

    which glass do you use?I need like this

  • @rachadairdroid5205
    @rachadairdroid5205 3 роки тому +1

    Videos very helpful thanks man❤️

  • @rohitjakhar6672
    @rohitjakhar6672 3 роки тому +1

    Ctrl + Backspace is my fav.

  • @adityashinde5901
    @adityashinde5901 3 роки тому

    Thank you so much for giving the shortcut of android studio it really helped me 🤗🤗🤗

  • @vikneshtpk8637
    @vikneshtpk8637 3 роки тому

    Ctrl + Shift + Alt + mouse click , place multiple cursors at different positions is the only thing which I use the most ;)

    • @StevdzaSan
      @StevdzaSan  3 роки тому +2

      Good one, however I'm trying not to use mouse that often.

  • @aliappdevelop
    @aliappdevelop 3 роки тому

    I already used this all shortcuts. It's cool 😍

  • @matt-g-recovers
    @matt-g-recovers 3 роки тому

    Man very useful, thanks!!
    Some I knew already, some I will practice.
    ... extremely useful

  • @ShubhamSinghMusic
    @ShubhamSinghMusic 3 роки тому

    Great video! Thanks ✨

  • @robertfontaine3650
    @robertfontaine3650 10 місяців тому

    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 :)

  • @MahbuburRahman-uc7np
    @MahbuburRahman-uc7np 3 роки тому

    In VSCODE I can use CTRL+D to find multiple instances of a word or a line.
    How do to that in Android Studio?

  • @unnameduser7440
    @unnameduser7440 3 роки тому

    Also, try to use combination, Ctrl + W, it will select word, command, line, function and so on,

    • @StevdzaSan
      @StevdzaSan  3 роки тому

      Personally I like using arrows with other keys to make shortcuts. But good one.

  • @mahdibahmanpour1495
    @mahdibahmanpour1495 3 роки тому

    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

  • @ugwutakingsley1671
    @ugwutakingsley1671 3 роки тому

    Always on point!!! Keep up the good work ☺

  • @Leeminduc
    @Leeminduc 3 роки тому

    Thanks so much !

  • @original_anu
    @original_anu 3 роки тому

    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

    • @StevdzaSan
      @StevdzaSan  3 роки тому +1

      Yeah a good plugin that can help beginners as well. 👌

  • @md_razib
    @md_razib 6 місяців тому

    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

  • @hieutrung3870
    @hieutrung3870 3 роки тому

    Nice! :D

  • @original_anu
    @original_anu 3 роки тому

    Moving code lines and duplicating is very handy

  • @catorlife
    @catorlife 6 місяців тому

    how to expand/collapse all classes/functions in the file?

  • @Z0z0tv09
    @Z0z0tv09 3 роки тому

    Awesome tutorial! Could u please make video on how to support multiple screen sizes and layout changes with orientation change using jetpack compose?

    • @StevdzaSan
      @StevdzaSan  3 роки тому +1

      Thanks for your suggestion 👍

  • @kwesiamartey
    @kwesiamartey 3 роки тому +1

    Waiting for ktor or retrofit with jetpack compose with mvvm architecture

    • @StevdzaSan
      @StevdzaSan  3 роки тому +2

      Will work on one of those kind. ;)

  • @punomsaha6164
    @punomsaha6164 3 роки тому

    Thank you sir

  • @177mviews2
    @177mviews2 3 роки тому

    Ctrl + alt + l ,is my favourite ❤

    • @StevdzaSan
      @StevdzaSan  3 роки тому

      You can just use down arrow instead :)

  • @khumokwezimashapa2245
    @khumokwezimashapa2245 3 роки тому +1

    Finally. Someone made a video for this

  • @GriNAME
    @GriNAME 3 роки тому

    Which program do you prefer today, Adobe XD or Figma?

    • @StevdzaSan
      @StevdzaSan  3 роки тому +1

      I've adapted to Adobe Xd. Tho I hate that they've restricted the usage of export function for pdf files. :/

  • @fuzakeya
    @fuzakeya 3 роки тому

    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?

    • @StevdzaSan
      @StevdzaSan  3 роки тому

      You can press CTRL + W multiple times.

  • @jtsdeals
    @jtsdeals 3 роки тому

    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.

    • @gusandrianos
      @gusandrianos 3 роки тому

      Mac has them, what are you talking about?
      On MacBook keyboards it's fn+arrows

    • @jtsdeals
      @jtsdeals 3 роки тому

      @@gusandrianos those are two key combinations for something that is a single key - no thank you. Also the del key is very useful.

  • @Stifano
    @Stifano 3 роки тому

    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

    • @StevdzaSan
      @StevdzaSan  3 роки тому +1

      Yeah it's a handy shortcut 👊
      Definitely I'll be focusing more on a Jetpack Compose 😉

  • @manthenasriram7554
    @manthenasriram7554 3 роки тому +1

    Waiting for your next course

  • @Danilo-O
    @Danilo-O 3 роки тому

    I remember practicing shortcuts and accidently pressed crtl + up arrow. I was scared.

  • @yakinwissem8665
    @yakinwissem8665 3 роки тому

    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

  • @awkwardquestion8643
    @awkwardquestion8643 3 роки тому

    Most wonderful shortcut is alt+j

  • @StereoWorld
    @StereoWorld 3 роки тому +1

    Please Do a ui course for java

    • @StevdzaSan
      @StevdzaSan  3 роки тому +1

      I already have one, check my Skillshare and Udemy links.

  • @pixelPlaygourd
    @pixelPlaygourd 3 роки тому +1

    👍🏻

  • @somdatatechnology233
    @somdatatechnology233 3 роки тому

    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

    • @StevdzaSan
      @StevdzaSan  3 роки тому

      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. 👊👊

    • @gusandrianos
      @gusandrianos 3 роки тому

      Don't use volley, it's 2021

    • @somdatatechnology233
      @somdatatechnology233 3 роки тому

      @@gusandrianos it is recommended by google, so don't talk about what you don't know

  • @sianuthapa3075
    @sianuthapa3075 3 роки тому

    First