Recent Blog Posts

May 25, 2012 What’s cooking: Instant HTML/CSS editing preview

Rapid feedback is one of most important productivity features. Especially when working with something actually visual – HTML or CSS. While we have discarded the idea of “built in preview” – mostly because in 80% cases it wasn’t true – long time ago, we are working on some power tools to aid you.

The first one, the Instant HTML editing plugin is released. It allows you to view your changes in an actual browser window instantly without a page refresh. Currently only Google Chrome is supported, but extensions for Firefox/Safari are coming soon.

Check out a screencast for a demo.

How it works? It inspects all opened tabs in browser and if page is located at localhost (file:// or http://localhost/) tries to find edited element and update its contents or attributes. Page will still be reloaded if you edit head tag content or JS though. Be aware — CSS sync is not working if Web Inspector is opened (WI-11416).

Download and install via Settings|Plugins|Browse repository -> type in Instant
Share your experience via our forum
Please report bugs ONLY to our bugtracker (Subsystem – Plugin: Instant Preview)

May 24, 2012 PhpStorm & WebStorm 4.0.2 EAP 117.468

This week’s EAP brings you important fixes and performance improvements.

Please pay attention:

  • PHP support no longer relies on internal classes for object, string, number, etc. thus fixing incompatibilities with any frameworks having classes with same names. Please report your experience.

More details available in build changelog.

Please, do not use twitter or blog comments for bug reports, file them to tracker.

Download PhpStorm & WebStorm for your platform from project EAP page.

Develop with pleasure!
-JetBrains Web IDE Team

May 16, 2012 PhpStorm & WebStorm 4.0.2 EAP 117.414

This week’s EAP brings you various fixes and performance improvements.

More details available in build changelog.

Please, do not use twitter or blog comments for bug reports, file them to tracker.

Download PhpStorm & WebStorm for your platform from project EAP page.

Develop with pleasure!
-JetBrains Web IDE Team