Home > Backend Development > PHP Tutorial > Solution to the problem that the code prompt function cannot be activated using zend studio for eclipse_PHP tutorial

Solution to the problem that the code prompt function cannot be activated using zend studio for eclipse_PHP tutorial

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-21 15:44:14
Original
938 people have browsed it

In fact, this is caused by the project not being compiled by zend studio for eclipse (it should be indexed), so just let it recompile the project code.
The operation is as follows:
Create a new project at will, such as test. Then find the directory where the test project is located, copy both .cache and .setting in the directory to the directory of the project to be recompiled, and change the name in .project in the test project to the project name of the project to be recompiled. Then copy it to this directory and replace the original .project. Restart and wait for the compilation to complete to solve the code prompt problem.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/320590.htmlTechArticleIn fact, this is caused by the project not being compiled by zend studio for eclipse (it should be indexed), so as long as Just let it recompile the project code. The operation is as follows: Create a new one at will...
source:php.cn
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