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: editor
Working with Windows Azure SQL Database in PhpStorm
PhpStorm provides us the possibility to connect to Windows Azure SQL Database right from within the IDE. In this post, we’ll explore several options that are available for working with Windows Azure SQL Database (or database systems like SQL Server, … Continue reading
Posted in Cool Feature, PhpStorm
Tagged cloud, database, editor, PHP, PhpStorm, Windows Azure
8 Comments
Change signature refactoring in PhpStorm
A very powerful refactoring is the Change signature refactoring in PhpStorm. It enables us to modify a function signature in many ways: we can change the function name, change its visibility, add, remove and reorder parameters as well as rename … Continue reading
Folding for imports in PhpStorm 6.0
In PhpStorm 6, we’ve introduced code folding for imports. Any list of imports will now be folded into a single line. This greatly reduced clutter in your editor when having a lot of imports!
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
New in 4.0: Smarter ordering of JavaScript completion options
We are getting a lot of reports and ideas from you about the ordering of JavaScript completion options. So in WebStorm 4.0 and PhpStorm 4.0 we made small but important improvements. More relevant suggestions now appear at the top of … Continue reading
Posted in Cool Feature, PhpStorm, WebStorm
Tagged completion, editor, JavaScript, PhpStorm, productivity, WebStorm
3 Comments
New in 4.0: Custom code folding regions
This long-awaited feature gives you a possibility to define your own code-folding regions with special line comments.
EAP build 94.430
Beta release is coming soon so we plan to release EAP builds weekly to make feedback turnaround more rapid. Expect lots on new features in each build. This one brings you: PHP formatter live preview for all options. Pay … Continue reading
Posted in Early Access Preview, PhpStorm, WebStorm
Tagged editor, ftp, PHP, PhpStorm, sftp, smarty, WebStorm, WebStorm/PhpStorm links
8 Comments
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