Home  >  Article  >  Backend Development  >  How to solve the problem that zend studio code functions cannot automatically prompt

How to solve the problem that zend studio code functions cannot automatically prompt

一个新手
一个新手Original
2017-10-04 09:26:462065browse

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!

Statement:
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