1. Solution:
On this project
右键->configure->add php support
Then the system will automatically rebuild. Then enter the function in the project file and take a look.
(If you want zendstudio to support javascript syntax highlighting and popular frameworks such as jquery, you can also do it in the same way. The relevant addXXX options are under configure)
2. The solution and repair method are as follows:
1. Find the folder where Zend Studio is located (in Windows 7 it is "C:\Users\[your
profile]\Zend\workspaces\” Tip: [your
profile] please change it to your own directory name, such as my Zend
The Studio directory is C:\Users\Administrator\Zend\workspaces).
2. Find “[your workspace name]\.metadata\.plugins\org.eclipse.core.runtime\.settings” folder (Tip: [your workspace name] please change it to your own directory name. The default directory name is "DefaultWorkspace7").
3. Delete the "org.eclipse.dltk.ui.prefs" file.
Or you can open the org.eclipse.dltk.ui.prefs file and delete the content in the red part as shown below
Then close the project, open the project, and refresh variously
The above is the detailed content of How to solve the problem that zend studio code functions cannot automatically prompt. For more information, please follow other related articles on the PHP Chinese website!