• Top Posts

    Android Studio Shortcuts




    When we working In any software application we have to use IDE, IDE have different Shortcuts,  I have placed few Shortcut For android Studio.

    •  Go to class Ctrl + N
    • Go to file Ctrl + Shift + N
    • Navigate open tabs ALT + Left-Arrow; ALT + Right-Arrow
    • Lookup recent files CTRL + E
    • Go to line CTRL + G
    • Navigate to last edit location CTRL + SHIFT + BACKSPACE
    • Go to declaration CTRL + B
    • Go to implementation CTRL + ALT + B
    • Go to source F4
    • Go to super Class CTRL + U
    • Show Call hierarchy Ctrl + Alt + H
    • Search in path/project CTRL + SHIFT + F

    • // Code Shortcuts
    • Reformat code CTRL + ALT + L
    • Optimize imports CTRL + ALT + O
    • Code Completion CTRL + SPACE
    • Issue quick fix ALT + ENTER
    • Surround code block CTRL + ALT + T
    • Rename and refactor Shift + F6
    • Line Comment or Uncomment CTRL + /
    • Block Comment or Uncomment CTRL + SHIFT + /
    • Go to previous/next method ALT + UP/DOWN
    • Show parameters for method CTRL + P
    • Quick documentation lookup CTRL + Q

    • //genaral Shortcuts
    • Delete line CTRL + Y
    • Safe Delete Alt + DELETE
    • Close Active Tab CTRL + F4
    • Build and run SHIFT + F10
    • Build CTRL + F9
    • All purpose (Meta)Shortcut CTRL + SHIFT + A

    No comments

    Post Top Ad

    ad728

    Post Bottom Ad

    ad728