Quantcast
Channel: editor : The PhpStorm Blog | The JetBrains Blog
Browsing all 32 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

PhpStorm 7 Web Toolkit Series – npm, Karma, istanbul

Upcoming PhpStorm 7 release brings some new JavaScript features. We now have a built-in Node.js Package Manager that we can use to search for packages from npm. There’s also brand new support for the...

View Article



Image may be NSFW.
Clik here to view.

PhpStorm 7 Web Toolkit Series – Stylus and Compass Support

In web development, there are quite some options available to make writing CSS more concise and developer-friendly. There is Less, Sass, SCSS and more recently Stylus, all languages that sprinkle CSS...

View Article

Image may be NSFW.
Clik here to view.

Syntax highlighting of PHP inside JavaScript (and other languages)

From time to time we have to mix different programming languages in one file. If there is only one or two occurrences of these small, embedded language islands, using Language Injections is the way to...

View Article

Image may be NSFW.
Clik here to view.

Just-In-Time debugging and PHP Exception Breakpoints with PhpStorm and Xdebug

In every project comes a moment where code stabilizes and we don’t want to keep the debugger attached to our code all the time. Or maybe we just want to run our code and only attach the debugger when...

View Article

Image may be NSFW.
Clik here to view.

Hands-on PhpStorm Workshop Materials

Have you ever taken the time to sit down and explore PhpStorm? Now’s your chance! We’re publishing the materials we’ve developed for the PhpStorm workshop at the PHPBenelux conference! In these...

View Article


Image may be NSFW.
Clik here to view.

Working with Multiple Selection in PhpStorm 8 EAP

Earlier this week, we released the PhpStorm 8 EAP with a number of new features and improvements. We hear what you say on Twitter and on our issue tracker and that’s why we’re including your number one...

View Article

Image may be NSFW.
Clik here to view.

PhpStorm gets Bower support

A good developer is a lazy developer, right? Thanks to PhpStorm and WebStorm sharing the IntelliJ IDEA platform, we had an easier job integrating support for Bower from our colleagues! Bower is a...

View Article

Image may be NSFW.
Clik here to view.

AngularJS support in PhpStorm

Love AngularJS for building web application front-ends? PhpStorm makes working with AngularJS as easy and fun as working with any other language that is supported by the IDE! The only thing we have to...

View Article


Image may be NSFW.
Clik here to view.

Using PHP Code Sniffer in PhpStorm

Team members may have different backgrounds and code style preferences. In code bases where no formal code style is used, it can become obvious who wrote which code because of different styles being...

View Article


Image may be NSFW.
Clik here to view.

Debugging PHP and JavaScript code at the same time

When developing PHP applications for the web, chances are we’re also using a good amount of JavaScript with it. Using PhpStorm, we can debug the PHP code running on the server and inspect what is...

View Article

Image may be NSFW.
Clik here to view.

PHP Mess Detector in PhpStorm

PhpStorm comes with many inspections that help us analyze and improve the quality of our codebase. By using PHP Mess Detector (PHPMD), we can enable many additional code quality checks on our codebase:...

View Article

Image may be NSFW.
Clik here to view.

PHP 5.6 support in PhpStorm 8

PhpStorm 8 comes with PHP 5.6 support. With this latest PHP version released end of August, we don’t want to keep you from using new language features like exponentiation via **, use function and use...

View Article

Image may be NSFW.
Clik here to view.

Language Injections Enhancements in PhpStorm 8

In many codebases, small islands of different programming languages are being used in code, for example chunks of JavaScript written in a PHP string, or portions of HTML in a JavaScript variable, or...

View Article


Image may be NSFW.
Clik here to view.

Smart Backspace in PhpStorm 8

PhpStorm 8 brings smarter Backspace key behavior: it doesn’t just remove indents and white spaces, but does so according to your code style settings. This new setting called Smart Backspace Indent...

View Article

Image may be NSFW.
Clik here to view.

Easier start with the HTTP client

The HTTP client in the code editor introduced in PhpStorm 2017.3 has been incredibly well received. In fact, it’s even due to fully replace the GUI-based REST client. Just in case you’ve missed it,...

View Article


Image may be NSFW.
Clik here to view.

Handling responses in the HTTP Client

At the HTTP client’s inception, we’ve been primarily focused on the composing requests experience, and PhpStorm 2018.1 brings numerous improvements in this area. Working with responses, however, has...

View Article

Image may be NSFW.
Clik here to view.

Code navigation improvements

In PhpStorm 2018.1, navigating your codebase is a bit easier. The navigation features are actually not new, but we’ve fixed several issues with them to make them behave more predictably. If something...

View Article


Image may be NSFW.
Clik here to view.

Custom postfix completion templates

Postfix code completion is a handy feature that lets you transform an existing expression into a different one, based on a postfix you specify after the dot. For example, to iterate over an object, use...

View Article

Image may be NSFW.
Clik here to view.

HTTP Client Enhancements

We continue improving the editor-based HTTP client, and PhpStorm 2018.2 brings several useful enhancements to it: you can now use environment variables inside the request body, apply code formatting to...

View Article

Image may be NSFW.
Clik here to view.

PHPUnit composite configuration scope

PhpStorm 2018.2 comes with an extra level of flexibility for working with PHPUnit tests. Previously, you could run either a single method in a class, or all methods at once. Now, PhpStorm also lets you...

View Article
Browsing all 32 articles
Browse latest View live




Latest Images