PhpStorm is a commercial PHP integrated development tool developed by JetBrains. It is designed to improve user efficiency. It can deeply understand the user's coding, provide intelligent code completion, fast navigation and instant error checking.
PhpStorm is a PHP commercial cross-platform IDE based on JetBrains' IntelliJ IDEA platform. PhpStorm provides PHP, HTML and JavaScript editors with dynamic code analysis, error prevention and automatic refactoring of PHP and JavaScript code.
PhpStorm's code completion supports PHP 5.3, 5.4, 5.5, 5.6, 7.0, 7.1 and 7.2 (modern and legacy projects), including generators, coroutines, finally keyword, lists in foreach, namespaces , closures, traits and short array syntax. It includes a full SQL editor with editable query results.
PhpStorm is built on IntelliJ IDEA, which is written in Java. Users can extend the IDE by installing plug-ins created for the IntelliJ platform or write their own plug-ins.
All the features available in WebStorm are included in PhpStorm, which adds support for PHP and databases. WebStorm comes with pre-installed JavaScript plugins (such as Node.js).
The above is the detailed content of What software is PhpStorm?. For more information, please follow other related articles on the PHP Chinese website!