WebStorm/PhpStorm links
Categories
Tags
Beta Commandline completion composer CSS database debug deployment documentation ecmascript5 editor ftp HTML html5 import inspection JavaScript LESS navigation Node.js offer PHP PhpStorm PHPUnit productivity Profiler Project RC refactoring Release SASS settings sftp smarty Symfony synchronisation TypeScript UI unit testing WebStorm WebStorm/PhpStorm links Xdebug youtrack zen-coding Zend Debugger-
Other JetBrains Blogs
Meta
Category Archives: Cool Feature
Using GitHub without leaving PhpStorm
In a previous post we saw how PhpStorm handles Version Control Systems (VCS). A very popular VCS is Git, driven by the collaboration that’s possible using GitHub. In this post, we’ll explore several integrations with GitHub that are available from … Continue reading
WebStorm 6 Sneak Peek- TypeScript, Background Tasks, and Sourcemaps
This quick video will highlight 3 new features coming in WebStorm 6: 1. TypeScript support 2. Background tasks (AKA “built-in file watchers”) 3. Sourcemap debugging
Version Control Systems Support: Basic Concepts
Modern web development workflow can hardly be effective without a Version Control System (VCS) managing all your source code. It’s absolutely essential for team development or when your project grows large. VCS takes care of all your source code management, … Continue reading
Rapid File Creation with File Templates
Many different files are created in the course of development, and the bigger your project grows, the more files it involves. However, most files are typical and can contain pre-defined information you don’t need to type every time you create … Continue reading
Posted in Cool Feature, PhpStorm, Screencast, Tutorial, WebStorm
Tagged File templates, PhpStorm, productivity, WebStorm
5 Comments
Continuous Integration for PHP using TeamCity
If you have multiple team members, you should be doing Continuous Integration (CI). By building the desired output artifacts on a frequent basis and analyzing their quality using unit tests and code coverage, you will find that there are fewer … Continue reading
Posted in Cool Feature, Tutorial
Tagged deployment, PHP, PhpStorm, PHPUnit, productivity, TeamCity, unit testing
2 Comments
PhpStorm Type Inference and Mocking Frameworks
Recently, we received a question on Twitter asking about how PhpStorm handles type inference when working with mocking frameworks. Imagine having the following two classes: When writing a unit test for ClassA, it’s very easy to mock ClassB using PHPUnit’s … Continue reading
Posted in Cool Feature, PhpStorm, Tutorial
Tagged completion, PHP, PhpStorm, productivity, unit testing
7 Comments
Dart support in WebStorm 6
As you know WebStorm 6 includes Dart language support out of the box. Let’s spend a couple of minutes and go through supported features. Note: You can install the Dart plugin both in WebStorm 5 and IntelliJ IDEA 12.
PHP Mess Detector Support in PhpStorm 6.0
PhpStorm has added one more tool to its list of external code quality validators: PHP Mess Detector.