PHPStorm Presentation
PHPStorm Presentation
Hayden Pierce
[email protected]
https://www.linkedin.com/in/hayden-pierce-68896185/
Tonight
1. What is an IDE?
2. How does it compare to text editors?
3. How does PHPStorm fit with other IDEs?
4. Favorite features:
Quality of life
Quality of code
Plugins and Extensions
VCS Support
What is an IDE?
Syntax Highlighting
Learning Curve
Sublime Text supports plugins via package control - but packages frequently require
additional configuration.
Supporting frameworks is not a goal of text editors such as Sublime Text.
JetBrains (PHPStorm developer) makes other IDEs for other languages, but they are
not built into PHPStorm and they require additional subscriptions.
Learning to use IDEs can be overwhelming to someone coming from a text editor that
does not attempt to throw (sometimes overkill) features at you.
IntelliJ IDEA WebStorm PHPStorm
First JetBrains IDE. JavaScript IDE. Superset of
Platform on which WebStorm that
PHPStorm is built. adds PHP support.
JetBrains IDEs
PHPStorm includes all of the features of WebStorm (Javascript IDE), anything you
see online that applies to WebStorm almost certainly applies to PHPStorm.
PHPStorm does not always have the same plugins out of the box as WebStorm, but
they are trivial to install.
IntelliJ IDEA WebStorm PHPStorm
First JetBrains IDE. JavaScript IDE. Superset of
Platform on which WebStorm that
PHPStorm is built. adds PHP support.
JetBrains IDEs
PHPStorm includes all of the features of WebStorm (Javascript IDE), anything you
see online that applies to WebStorm almost certainly applies to PHPStorm.
PHPStorm does not always have the same plugins out of the box as WebStorm, but
they are trivial to install.
Plugin Support
Dark Theme
Other Has its own interrupter Dart, Exotic JS, Ruby, Python
Mobile Development. Laravel
Aptana doesnt appear to have native support for plugins, but can utilize eclipse
plugins.
Quality of Life -
Autocomplete
Displays all functions, classes etc. that match a
given name.
Angular
React
Ember
Laravel
Symfony
Typescript
Dart
.gitIgnore
Babel
...
Built in
VCS Support
Graphic GUI showing changes.
Supports:
Hayden Pierce
[email protected]
https://www.linkedin.com/in/hayden-pierce-68896185/