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: WebStorm
WebStorm 6 EAP Build 124.281
For many advanced web devs a week starts with a fresh build of WebStorm. Sure this week is not an exception: here’s a 124.281 build for you. This build brings more love to JSHint: it has neat UI for JSHint … Continue reading
First Separate WebStorm 6 EAP Build 124.218
First, some news: starting this week we will be publishing WebStorm EAP builds separately from PhpStorm builds. This means separate announcements in our blog and on Twitter, separate download pages and slightly different publish dates. This also means no major … Continue reading
PhpStorm & WebStorm 6 EAP build 123.66
This week’s build is again mostly a refinement before the upcoming round of major development. Some highlights are: Darcula UI should be now almost complete. Please start filing bugs on remaining problems. PHP composer projects got initial support. Tools | Init … Continue reading
PhpStorm & WebStorm 6 EAP build 123.26
This week’s build is focused on the refinement of already published features before we throw more new stuff in. Change details available in project tracker. As usual, bear in mind that you are getting a snapshot of work in progress and product … Continue reading
PhpStorm & WebStorm 6.0 Early Access Program started
We are happy to announce the first public build of PhpStorm & WebStorm 6.0!
Posted in Early Access Preview, PhpStorm, WebStorm
Tagged Dart, import, PhpStorm, refactoring, TypeScript, WebStorm
66 Comments
New JavaScript inspections and intentions
In WebStorm 5.0 we’ve introduced new JavaScript static checks and editor intentions to improve your coding experience. Besides checks produced by JSDoc annotations described in the previous post, some fresh inspections for JSON, jQuery selectors and other contexts have been added.
Posted in Cool Feature, PhpStorm, WebStorm
Tagged intentions, JavaScript, jQuery, JS, json, WebStorm
4 Comments
PhpStorm & WebStorm 5.0.4 released
Never say never: a couple of very annoying regressions somehow sneaked into v5.0.3. Thus we’re releasing 5.0.4 today, focused solely on getting rid of these and polishing v5.0 before we dive into v6 experimental builds. Download PhpStorm & WebStorm 5.0.4. … Continue reading
High-speed coding with Custom Live Templates
Usually in our code we have a lot of pattern structures such as conditionals (if, else), loops (for, while, foreach), tag structures (HTML tables, ul listings) and others. One of the most important things we should think about while coding … Continue reading