Skip to content

Instantly share code, notes, and snippets.

@jeremyhalin
Last active October 28, 2018 22:09
Show Gist options
  • Select an option

  • Save jeremyhalin/3d2761d217c89177a1e1ed41a3ecbbee to your computer and use it in GitHub Desktop.

Select an option

Save jeremyhalin/3d2761d217c89177a1e1ed41a3ecbbee to your computer and use it in GitHub Desktop.

Revisions

  1. jeremyhalin revised this gist Oct 28, 2018. 1 changed file with 12 additions and 3 deletions.
    15 changes: 12 additions & 3 deletions PhpStorm settings.md
    Original file line number Diff line number Diff line change
    @@ -6,16 +6,25 @@ File Types => PHP => Add .ctp extension

    ## Shortcuts
    ### Open new file / Go to file
    Ctrl + Maj + N => Ctrl + P
    Ctrl + Shift + N => Ctrl + P

    ### Auto-Indent Lines
    Ctrl + Alt + I => Ctrl + L

    ### Duplicate Line or Selection
    Ctrl + D => Ctrl + Maj + D
    Ctrl + D => Ctrl + Shift + D

    ### Add Selection for Next Occurrence
    Alt + J => Ctrl + D

    ### Close Active Tab
    Ctrl + F4 => Ctrl + W
    Ctrl + F4 => Ctrl + W

    ### Search everywhere
    Shift + Shift

    ### Navigate to declaration
    Ctrl + B

    ## Useful links
    https://blog.jetbrains.com/webstorm/2015/06/10-webstorm-shortcuts-you-need-to-know/
  2. jeremyhalin revised this gist Oct 28, 2018. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion PhpStorm settings.md
    Original file line number Diff line number Diff line change
    @@ -15,4 +15,7 @@ Ctrl + Alt + I => Ctrl + L
    Ctrl + D => Ctrl + Maj + D

    ### Add Selection for Next Occurrence
    Alt + J => Ctrl + D
    Alt + J => Ctrl + D

    ### Close Active Tab
    Ctrl + F4 => Ctrl + W
  3. jeremyhalin revised this gist Oct 28, 2018. No changes.
  4. jeremyhalin revised this gist Oct 28, 2018. 1 changed file with 13 additions and 1 deletion.
    14 changes: 13 additions & 1 deletion PhpStorm settings.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,18 @@
    # PhpStorm Settings

    ## General
    ### .ctp files like .php files
    File Types => PHP => Add .ctp extension

    ## Shortcuts
    ### Open new file
    ### Open new file / Go to file
    Ctrl + Maj + N => Ctrl + P

    ### Auto-Indent Lines
    Ctrl + Alt + I => Ctrl + L

    ### Duplicate Line or Selection
    Ctrl + D => Ctrl + Maj + D

    ### Add Selection for Next Occurrence
    Alt + J => Ctrl + D
  5. jeremyhalin revised this gist Oct 28, 2018. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion PhpStorm settings.md
    Original file line number Diff line number Diff line change
    @@ -1 +1,6 @@
    # Test
    # PhpStorm Settings

    ## Shortcuts
    ### Open new file
    Ctrl + Maj + N => Ctrl + P

  6. jeremyhalin created this gist Oct 28, 2018.
    1 change: 1 addition & 0 deletions PhpStorm settings.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    # Test