我确信这很容易,但经过2天的搜索,我无法弄明白。我设置了NetBeans 8.0,所以当我输入php命令时它会自动完成(或在下拉列表中建议其他命令)并给我所需的参数。例如,如果我写了<android.support.design.widget.FloatingActionButton
android:id="@+id/fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/forgot"
android:layout_centerHorizontal="true"
android:layout_marginBottom="13dp"
android:layout_gravity="bottom"
android:src="@drawable/ic_done" />
,则会有$string = su
,substr(string $string, int $start[,int $length])
,substr_count(string $haystack, string $needle[,int $offset = 0[,int $length]])
等下拉列表。
我的计算机崩溃,所以我从头开始重新安装了php和netbeans 8.0,似乎无法像之前那样让netbeans自动完成。
我已经设置了php解释器但不知道我是否需要安装插件或者我是否缺少一些简单的步骤。
任何得到答案的人都将不胜感激。
答案 0 :(得分:0)
我读过这篇文章:NetBeans PHP Code Completion for Standard Functions 我正在打开文件,而不是将它们放入项目中。咄!感谢大家的帮助