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: Screencast
WebStorm 6 Sneak Peek- TypeScript, Background Tasks, and Sourcemaps
This quick video will highlight 3 new features coming in WebStorm 6: 1. TypeScript support 2. Background tasks (AKA “built-in file watchers”) 3. Sourcemap debugging
Rapid File Creation with File Templates
Many different files are created in the course of development, and the bigger your project grows, the more files it involves. However, most files are typical and can contain pre-defined information you don’t need to type every time you create … Continue reading
Posted in Cool Feature, PhpStorm, Screencast, Tutorial, WebStorm
Tagged File templates, PhpStorm, productivity, WebStorm
5 Comments
Dart support in WebStorm 6
As you know WebStorm 6 includes Dart language support out of the box. Let’s spend a couple of minutes and go through supported features. Note: You can install the Dart plugin both in WebStorm 5 and IntelliJ IDEA 12.
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
Using Local History for code changes tracking
Do you use version control system such as Git, CVS, Mercurial, Subversion or any other and enjoy all the things they are doing to keep track of your code? If you do we have Local History to expand VCS functionality … Continue reading
Posted in Cool Feature, PhpStorm, Screencast, Tutorial, WebStorm
Tagged code changes, local history
9 Comments
Managing TODO comments in your code
Working on a large project it is quite usual to leave some code refactoring or improvement tasks to be done later, have some code left to be reviewed by your colleagues or just mark some places you still have questions … Continue reading