Tag Archives: HTML

Highlighting of HTML tag tree

Since version 2.1, WebStorm & PhpStorm both come with a new code highlighting feature. It makes it easier to work with big and complex HTML files, with deep nested tags structure: Please note that highlighting is only activated when there … Continue reading

Posted in Feature | Tagged , , | 6 Comments

Improvement of HTML5 support in PhpStorm & WebStorm

Recently, we’ve added a number of new features that simplify HTML5 development. Here’s a short list of their highlights: Support of HTML custom data attributes. The attributes with names that begin with data- can be used to store some custom … Continue reading

Posted in Feature | Tagged , , , , , | 6 Comments

Enjoy HTML5 excitement with PhpStorm & WebStorm

Lately we have been seeing a lot of excitement circulating on various blogs about HTML5 and it’s support in latest versions of all major browsers. We are constantly improving our IDE to support new standards. Now you can easily enjoy … Continue reading

Posted in Feature | Tagged , , , , , , | 17 Comments

Zen Coding support in WebStorm/PhpStorm

With the last WebStorm/PhpStorm EAP you can edit HTML and CSS code really fast using Zen Coding features. To use it, you have to install Zen Coding plugin for Web IDE/IntelliJ IDEA: go to Zen Coding Project Download Page, download … Continue reading

Posted in Feature | Tagged , , | 9 Comments

Edit HTML inside JavaScript literals

It often happens that we need to edit HTML code inside JavaScript literals. And most of the time it is not something very pleasant, but not within Web IDE! Here is a simple string… But once we add ‘<’ inside … Continue reading

Posted in Feature | Tagged , , , , | Leave a comment