Skip to content

Instantly share code, notes, and snippets.

@arriolac
Last active January 28, 2022 02:40
Show Gist options
  • Select an option

  • Save arriolac/7742342 to your computer and use it in GitHub Desktop.

Select an option

Save arriolac/7742342 to your computer and use it in GitHub Desktop.

Revisions

  1. arriolac revised this gist Jan 21, 2016. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions Android Studio Tricks.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,8 @@
    Android Studio Notes
    ===========================

    Android Studio keyboard shortcuts I use often.

    ## Keyboard Shortcuts for Mac
    * `SHIFT + F6` to refactor methods, classes, and variable names
    * `CTRL + O` to override methods
  2. arriolac revised this gist Dec 3, 2013. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion Android Studio Tricks.md
    Original file line number Diff line number Diff line change
    @@ -11,4 +11,5 @@ Android Studio Notes
    * `CMD+B` opens the layout file from a .java file
    * `CTRL+SHIFT+SPACE` to see documentation
    * `OPTION + COMMAND + O` to search by symbol name
    * `CTRL + P` shows parameters for selected method
    * `CTRL + P` shows parameters for selected method
    * `OPTION + COMMAND + B` to find implementations of a class (class hierarchy)
  3. arriolac revised this gist Dec 2, 2013. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions Android Studio Tricks.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,6 @@
    Android Studio Notes
    ===========================
    ## Keyboard Shortcuts
    ### Mac
    ## Keyboard Shortcuts for Mac
    * `SHIFT + F6` to refactor methods, classes, and variable names
    * `CTRL + O` to override methods
    * `COMMAND + N`
    @@ -11,4 +10,5 @@ Android Studio Notes
    * `OPTION + COMMAND + L` to reformat code
    * `CMD+B` opens the layout file from a .java file
    * `CTRL+SHIFT+SPACE` to see documentation
    * `OPTION + COMMAND + O` to search by symbol name
    * `OPTION + COMMAND + O` to search by symbol name
    * `CTRL + P` shows parameters for selected method
  4. arriolac revised this gist Dec 2, 2013. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion Android Studio Tricks.md
    Original file line number Diff line number Diff line change
    @@ -10,4 +10,5 @@ Android Studio Notes
    * `CTRL+ALT+O` to auto-import
    * `OPTION + COMMAND + L` to reformat code
    * `CMD+B` opens the layout file from a .java file
    * `CTRL+SHIFT+SPACE` to see documentation
    * `CTRL+SHIFT+SPACE` to see documentation
    * `OPTION + COMMAND + O` to search by symbol name
  5. arriolac revised this gist Dec 1, 2013. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion Android Studio Tricks.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,7 @@
    Android Studio Notes
    ===========================
    ## Keyboard Shortcuts (Mac)
    ## Keyboard Shortcuts
    ### Mac
    * `SHIFT + F6` to refactor methods, classes, and variable names
    * `CTRL + O` to override methods
    * `COMMAND + N`
  6. arriolac revised this gist Dec 1, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Android Studio Tricks.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    Android Studio Notes
    ===========================
    ## Keyboard Shortcuts
    ## Keyboard Shortcuts (Mac)
    * `SHIFT + F6` to refactor methods, classes, and variable names
    * `CTRL + O` to override methods
    * `COMMAND + N`
  7. arriolac renamed this gist Dec 1, 2013. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  8. arriolac renamed this gist Dec 1, 2013. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  9. arriolac created this gist Dec 1, 2013.
    12 changes: 12 additions & 0 deletions Android Studio Notes
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    Android Studio Notes
    ===========================
    ## Keyboard Shortcuts
    * `SHIFT + F6` to refactor methods, classes, and variable names
    * `CTRL + O` to override methods
    * `COMMAND + N`
    * Generate getter, setter, and constructor method for a class (when in editor pane)
    * Generate new class, files, package, etc. (when in project pane)
    * `CTRL+ALT+O` to auto-import
    * `OPTION + COMMAND + L` to reformat code
    * `CMD+B` opens the layout file from a .java file
    * `CTRL+SHIFT+SPACE` to see documentation