PhpStorm — это новая легкая и умная IDE PHP (интегрированная среда разработки), которая разработана для увеличения производительности PHP разработчика, обеспечивая его функциями автозаполнения кода, подсветкой синтаксиса кода, быстрой навигацией и мгновенной проверкой ошибок. Редактор PhpStorm всегда готов помочь вам в формировании кода, запуске юнит-тестов и визуальной отладке кода. Кроме поддержки языка PHP, редактор PhpStorm конечно же поддерживает языки HTML, XHTML, CSS, javascript, XML, работает с VCS и SQL. PhpStorm построен на основе платформы IntelliJ IDEA.
PhpStorm is a new Integrated Development Environment for the PHP developers, built on top of IntelliJ IDEA platform. PhpStorm inherits all the web-related functionality of IntelliJ IDEA for editing PHP, HTML, CSS, javascript, XML, working with VCS, SQL, plus adds advanced support for the other tools specific to web development. PhpStorm is a lightweight and smart PHP IDE focused on developer productivity that deeply understands your code, provides smart code completion, quick navigation and on-the-fly error checking. It is always ready to help you shape your code, run unit-tests or provide visual debugging.
PhpStorm provides rich and intelligent code editor for PHP with syntax highlighting, extended code formatting configuration, on-the-fly error checking, and smart code completion. Automatic code completion (invoked on typing) finalizes classes, methods, variable names, and PHP keywords, plus commonly used names for fields and variables depending on their type. PhpStorm tracks any changes made to your source files, protecting you from any accidental losses or modifications, even if made by other applications. At any time, you can inspect the history of either a particular file or directory and rollback to any of its previous versions.