Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Shortcuts in php storm

Tags:

ide

phpstorm

I don't know if this is the right place for this question but I must ask,

In visual studion ide the shortcut [Ctrl -] and [Ctrl +] navigate you inside your opened document according to the last lines you've been on.

Is there a matching shortcut for php storm?

for example :

I open a php file go to line 100 than 4569 than press Ctrl - and get back to 100 than Ctrl + and get back to 4569.

like image 786
Chen Kinnrot Avatar asked Jan 11 '12 16:01

Chen Kinnrot


People also ask

How do I change the shortcut key in PhpStorm?

On the Keymap page of the Settings/Preferences dialog Ctrl+Alt+S , right-click an action and select Add Keyboard Shortcut. In the Keyboard Shortcut dialog, press the necessary key combination.

How do I switch between tabs in PhpStorm?

Switch between tabs To move between tabs, press Alt+Right or Alt+Left . You can also switch between recently viewed tabs or files. In the editor, press Ctrl+Tab . Keep pressing Ctrl for the Switcher window to stay open.

How can I see all shortcuts in IntelliJ?

Press Ctrl+Shift+A and start typing to get a list of suggested actions. Then select the necessary action and press Enter to execute it.


1 Answers

Navigate | Back / Forward (Ctrl+Alt+Left / Ctrl+Alt+Right).

like image 174
CrazyCoder Avatar answered Jan 03 '23 12:01

CrazyCoder