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
Tag Archives: CSS
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 – … Continue reading
Posted in Cool Feature, PhpStorm, WebStorm
Tagged CSS, editor, HTML, Preview, productivity, WebStorm
45 Comments
PhpStorm & WebStorm 4.0 EAP 116.101
This week’s EAP brings you important bug fixes and improvements in all areas, with following changes most notable: PHP 5.4 is now fully supported – this build will recognize trait use section’s method renames and conflict resolution rules and infer $this type in … Continue reading
Posted in Early Access Preview, PhpStorm, WebStorm
Tagged CSS, JavaScript, PHP 5.4, PhpDoc, PhpStorm, PHPUnit, Traits, WebStorm
4 Comments
Search for code duplicates in WebStorm/PhpStorm
We’re glad to announce a new code analysis feature that is available in the most recent PhpStorm EAP— Locate Duplicates. This feature lets you quickly find duplicate code fragments and then fix them, therefore reducing the size of your code … Continue reading
Posted in Cool Feature, PhpStorm, WebStorm
Tagged CSS, JavaScript, PHP, PhpStorm, WebStorm
7 Comments
Syntactically Awesome Stylesheets
Not long ago we posted about Leaner CSS support in upcoming WebStorm 2.0 & PhpStorm 2.0. Starting from version 2.0 we also support another alternative to CSS – SASS and its newest version SCSS. For now SASS support includes: Syntax … Continue reading
Leaner CSS in WebStorm & PhpStorm 2.0
LESS provides an extension to CSS with variables, mixins, operations and nested rules, and uses CSS syntax. As many of you are already using it in your everyday coding, we’ve added some nice things to boost your productivity with LESS … Continue reading
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