Module Development

Basic PhpStorm Editor Actions and Navigation

This page is archived

We're keeping this page up as a courtesy to folks who may need to refer to old instructions. We don't plan to update this page.

Sprout Video

This tutorial breaks down the editor actions for PhpStorm. We take a look making mistakes in our code and how to see the errors and warnings that PhpStorm provides. We'll also work with the editor tabs, favorites, and bookmarks.

Corrections

At 2:22, the keyboard shortcut on Mac OS X should use the letter O, not N. Here are the correct commands and their alternatives for Mac OS X:

Navigate to Class by pressing Ctrl+N (command+O on Mac OS X)
Navigate to File by pressing Ctrl+Shift+N (shift+command+O on Mac OS X)
Navigate to Symbol by pressing Ctrl+Shift+Alt+N (option+command+O on Mac OS X)

Additional resources

Please note that this series covers PhpStorm versions 6 and 7 only.

For the latest documentation (including up-to-date videos), see JetBrains documentation.