From the course: PHP: Choosing a PHP Editor

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

PhpStorm introduction and highlights

PhpStorm introduction and highlights - PHP Tutorial

From the course: PHP: Choosing a PHP Editor

Start my 1-month free trial

PhpStorm introduction and highlights

- [Instructor] PhpStorm is an industry standard IDE for PHP development with many advanced features built by the Czech Republic based company JetBrains. It is a commercial product with subscription-based licensing. PhpStorm is a very powerful IDE which provides you with virtually everything you can need as a PHP developer. The slides show some of the highlights of this IDE. PhpStorm has all the editing features you would expect from an advanced IDE. So for example, we have syntax highlighting, we have templates, we have code navigation, and many other features. For code navigation, if you do control F12, you can see you get a list of the functions within the file which I can switch between. This is quite useful particularly when you have a longer file. We also have context sensitive coatings. So if I were to do Ctrl + J outside of my class I would get a list of suggestions which should be relevant to the context. So…

Contents