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
Author Archives: Eugene Toporov
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 Cool Feature, PhpStorm, WebStorm
Tagged editor, HTML, JavaScript, PhpStorm, WebStorm
Comments Off
Unwrap/Remove code statements in JavaScript
Sometimes when you are editing JavaScript, you need to remove, say, an enclosing if or else statement without touching a current code block. This normally requires going back and forth and deleting something. But in Web IDE you can just … Continue reading
Posted in Cool Feature, PhpStorm, WebStorm
Tagged editor, JavaScript, PhpStorm, productivity, WebStorm
1 Comment
JetBrains IDE for Web and PHP goes to ZendCon
Great news! Next week we are going to be showing our IDE at ZendCon, PHP Conference, in San Jose, CA. We expect to get lots of feedback from people there and to see what’s hot in PHP development world today. … Continue reading
Posted in Conferences & Events
2 Comments
Do not bother saving files anymore
I guess pressing Ctl+S every 20 seconds is not just my muscular habit. But once I started using IntelliJ IDEA and now Web IDE, this habit vanishes. Files you are editing in Web IDE are instantly saved to disk when … Continue reading
JavaScript refactoring: Inline Variable
One of the major techniques to keep your code in a good shape is refactoring it. In the latest Web IDE EAP (#470) you can try the just added Inline Variable JavaScript refactoring. Inline Variable — replaces local variable occurrences … Continue reading
Posted in Cool Feature, PhpStorm, WebStorm
Tagged JavaScript, PhpStorm, refactoring, WebStorm
7 Comments
Welcome to JetBrains Web IDE Blog
Hello, stranger, you have reached the blog of JetBrains Web IDE. Web IDE is the internal name of the new Integrated Development Environment for web developers that provides incredible HTML, JavaScript and CSS editing abilities, also bringing extended PHP support … Continue reading
Posted in Release Announcements
2 Comments