Home >Backend Development >PHP Tutorial >sublime opens php prompt
sublime is small and practical, and it is extremely easy to use with php prompts.
How to turn on the prompts:
Click on preferences
Click on Settings-user
Enter"auto_complete" : true,"auto_match_enabled": true
You're done!
The above introduces the prompts for opening PHP in sublime, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.