请问zend studio8的提示功能怎么调出

WBOY
Release: 2016-06-13 13:43:55
Original
901 people have browsed it

请教zend studio8的提示功能如何调出
像vs都有类的成员自动提示功能,如class A,输入A,再输"."就会提示A类的所有成员。但是zend studio8这个IDE不知道这么把这个提示功能弄出来。没有这个功能,写起代码太麻烦了,谁能记得封装的类里面所有的成员啊。恳请大家帮忙!

------解决方案--------------------

PHP code


class a {
}

/**
 * @var a 
 */
$a = new a(); <div class="clear">
                 
              
              
        
            </div>
Copy after login
Related labels:
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!