Home > Article > Development Tools > Is phpstorm easy to use?
As a development software, phpstrom has unbalanced and powerful functions. Very practical, but not recommended for novices. First of all, phpstrom does not have a Chinese version, it is only in English. Secondly, its configuration is very complicated. Not very friendly to newbies.
Recommended tutorial: phpstrom installation and usage tutorial
##PhpStorm It 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.
Advantages
1. Cross-platform. 2. Support refactor function for PHP. 3. Automatically generate phpdoc comments, which is very convenient for large-scale programming. 4. Built-in support for Zencode. 5. Generate a class inheritance diagram. If there is a class, after multiple inheritances, you can use this function to view all its parent relationships. 6. Support code refactoring to facilitate code modification. 7. Has local history function (local history function). 8. Convenient deployment, you can directly upload the code to the server.Function
Smart PHP Editor
● PHP code completion. ●Intelligent duplicate code detector. ● PHP refactoring. ● Support Smarty and PHPDoc. ● Support multi-language mixing. [3]JavaScript Editor
● Completed based on DOM/specified browser. ● Code navigation and usage search. ● JavaScript refactoring. ● JavaScript debugger. [3]HTML/CSS Editor
● Support HTML5. ● Support Zend encoding. ●Inspection and quick correction. ●Display the appearance of the application. ●Extract embedded styles. [3]Lightweight IDE
●Easy to install. ●Can run on Windows, Mac OS X, Linux. ●The project configuration is simple - you can open the code anywhere and start working. ●Performance is priority. [3]Intelligent environment
● Visualize the PhP unit test runtime. ● VCS supports SVN, Git, Mercurial, etc. ● Support FTP and remote file synchronization. ●Can record local modifications. ●Visual debugging. ● A debugger that does not require any configuration. ● Support setting breakpoints in PHP, JS, and HTML. ●Observation variables, windows. ●Batch code analysis. ●Integrated analyzer.The above is the detailed content of Is phpstorm easy to use?. For more information, please follow other related articles on the PHP Chinese website!