How to introduce jquery into phpstorm

angryTom
Release: 2019-08-15 10:08:06
Original
3290 people have browsed it

How to introduce jquery into phpstorm

Just use phpstorm to open jquery.js. If it is a compressed version of jquery.min.js, you can use the code formatting provided by phpstorm to beautify it. Click Code-> ;Reformat Code to format

Recommended tutorial: phpstrom graphic tutorial

PhpStorm is developed by JetBrains company A commercial PHP integrated development tool designed to improve user efficiency, it can deeply understand the user's coding, provide intelligent code completion, fast navigation and instant error checking.

Smart PHP Editor

 ● PHP code completion.

 ●Intelligent duplicate code detector.

 ● PHP refactoring.

 ● Support Smarty and PHPDoc.

 ● Support multi-language mixing.

JavaScript Editor

 ● Based on DOM/specified browser.

 ● Code navigation and usage search.

 ● JavaScript refactoring.

 ● JavaScript debugger.

HTML/CSS Editor

 ● Support HTML5.

 ● Support Zend encoding.

 ●Inspection and quick correction.

 ●Display the appearance of the application.

 ●Extract embedded styles.

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.

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.

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.

The above is the detailed content of How to introduce jquery into phpstorm. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!