Home>Article>Development Tools> How to prompt phpstorm php method
phpstorm prompts php method: first clone the code of "phpstorm-stubs"; then set "Language & Frameworks->PHP->PHP Runtime".
The operating environment of this article: Windows 7 system, phpstorm 2020 version, DELL G3 computer
Doesn’t the built-in function of php prompt? How to prompt phpstorm php method?
https://github.com/JetBrains/phpstorm-stubs Clone the code of this library
Then set up->Language & Frameworks->PHP->PHP Runtime
You can solve the code prompt problem
Recommended learning: "PHP Video Tutorial"
The above is the detailed content of How to prompt phpstorm php method. For more information, please follow other related articles on the PHP Chinese website!