Skip to content

Instantly share code, notes, and snippets.

@jprivet-dev
Last active June 5, 2022 15:48
Show Gist options
  • Save jprivet-dev/87fcc531644243b7026d32e86740d8a7 to your computer and use it in GitHub Desktop.
Save jprivet-dev/87fcc531644243b7026d32e86740d8a7 to your computer and use it in GitHub Desktop.
Shorcuts (PHPStorm, Chrome, ...)

Shorcuts (PHPStorm, Chrome, …​)

1. PHPStorm 2017

1.1. Miscellaneous

Invoke Code Completion

Ctrl+Space

Toggle Case

Ctrl+Maj+U

1.2. Selection

Extend Selection

Ctrl+W

Shrink Selection

Ctrl+Maj+W

Duplicate Selection

Ctrl+D

1.3. Find / Replace

Find

Ctrl+F

Find Next / Move to Next Occurrence

Ctrl+L

Find Previous / Move to Previous Occurrence

Ctrl+Maj+F

Find in Path

Ctrl+Maj+F

Find Usages

Alt+F7

Find Usages in File

Ctrl+F7

Find Class by Name

Ctrl+N

Find File by Name

Ctrl+Shift+N

Replace

Ctrl+R

Replace in Path

Ctrl+Maj+R

1.4. Reformat / Refactor

Reformat Code

Ctrl+Alt+L

Refactor This

Ctrl+Alt+Maj+T

Switch Method

Alt+▲ ou ▼

1.5. Line

Go to Line

Ctrl+G

Delete Line

Ctrl+Y

Duplicate Line

Ctrl+D

Split Line

Ctrl+ENTER

Join Lines

Ctrl+Maj+J

Start New line

Maj+ENTER

Start New Line Before Current

Ctrl+Alt+ENTER

1.6. Comment / Uncomment

Comment or Uncomment a Fragment

Ctrl+Shift+/

Comment or Uncomment a Line

Ctrl+/

1.7. Tabs / Windows

Switch Between Tabs

Ctrl+TAB

Switch Between Windows and Files Opened

Ctrl+Tab

2. Chrome

Open new tab

Ctrl+N

Reopen last tab and access then

Ctrl+Shift+N

Go to next open tab

Ctrl+NextPage

Go to previous open tab

Ctrl+PreviousPage

Menu

Alt

Adress bar

F6

Refresh

Ctrl+R

Refresh without cache

Ctrl+Maj+R

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment