Home > Development Tools > phpstorm > How does phpstrom support annotations? (Installation of PHP annotation plug-in)

How does phpstrom support annotations? (Installation of PHP annotation plug-in)

青灯夜游
Release: 2021-03-04 18:20:28
forward
3690 people have browsed it

How does phpstrom support annotations? (Installation of PHP annotation plug-in)

[Recommended learning: "PHP Video Tutorial", "PhpStorm Usage Tutorial"]

Overview: PHP and Annotations are not natively supported, so the IDE will not add annotation support by default. But we can add third-party plug-ins to make the IDE support annotations.


PhpStorm

We search PHP Annotations in Plugins to find the corresponding component PHP Annotations. Then install the component, restart PhpStorm, and you can happily use the annotation function. It mainly provides very convenient and useful functions such as adding automatic jump and code reminder support for annotation classes, and automatically referencing the namespace corresponding to the annotation when using annotations.

I have already installed it here:

How does phpstrom support annotations? (Installation of PHP annotation plug-in)

For more programming-related knowledge, please visit: Programming Video! !

The above is the detailed content of How does phpstrom support annotations? (Installation of PHP annotation plug-in). For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:csdn.net
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