Search this blog
PhpStorm Links
Categories
-
Tags
2016 annotated monthly best practices bug fix bugfix Commandline completion composer conference database debug debugging deployment eap editor event ftp HTML inspection JavaScript Languages navigation news PHP PHP Annotated Monthly PhpStorm phpstorm 9 phpStorm 10 PhpStorm links PHPUnit plugins productivity RC refactoring release settings sftp Symfony Syntax highlighting unit testing update web webinar WebStorm XdebugOther JetBrains Blogs
Meta
Author Archives: Gary Hockin
PHP Annotated Monthly – February 2017
As 2017 gets going, let’s take a look at everything of interest in the PHP world, with Gary Hockin, Developer Advocate for PhpStorm at JetBrains.
Cloning From GitHub
In the third video in our series, Trisha Gee and myself look at how you clone your own copy of a repository from GitHub.
How to Keep a Git Fork up to Date
As part of our series on solving problems in Git, Trisha Gee and myself have recorded a new video on “How to Keep a Git Fork up to Date”.
Working With PHPUnit and PhpStorm
Community stalwart and Laravel aficionado Adam Wathan blogged on his PHPUnit workflow in Sublime text. I was sent a Tweet asking how you do this in PhpStorm: Anyone know how to run a single test method in PHPStorm? https://t.co/4ddSCLJNQD — … Continue reading
Posted in Cool Feature
3 Comments
Git Questions – How do I switch branches without losing my work?
Git can be hard, particularly if you’ve been dropped in at the deep end and are only used to working in a specific way, so it’s our intention to address how to accomplish certain version control tasks in a JetBrains IDE … Continue reading
VCS in Depth for PhpStorm
Last summer the PyCharm team released some amazing content introducing the version control system (VCS) in PyCharm. These videos are equally as relevant to PhpStorm as they are to PyCharm, as the two IDEs share the same underlying platform.
PHP Annotated Monthly – January 2017
Happy New Year! New year, new PHP Annotated Monthly, a roundup of all that’s happened in the last month or so with Gary Hockin, Developer Advocate for PhpStorm at JetBrains.
Auto-detection of Testing Frameworks
Running your test suite through PhpStorm is useful and saves a lot of time. Unfortunately, configuring your test runner can be repetitive and painful – until now. PhpStorm 2016.3 can autodetect your autoloader from your Composer settings, saving you the task … Continue reading
Posted in Cool Feature
3 Comments
Updating Your Templates in PhpStorm
In the recent What’s New video for PhpStorm 2016.3, I noticed I was always adding PHP 7’s strict type declaration declare(strict_types=1) to every new file I created.
Semantic Variable Colours – New in PhpStorm 2016.3!
Using a unique colour for each variable in scope arguably improves code readability. This particular feature has been made it into PhpStorm 2016.3 so you can give it a try.
Posted in Cool Feature
2 Comments