我有main.php
include("DB.php");
在我的数据库中我有一些像
这样的公共静态函数public static function getOne($table, $where='') {
}
我有没有办法在main.php中拥有自动完成功能?
例如:DB::getOne(...)
答案 0 :(得分:0)
Yarek, 你可以试试插件,但在崇高的文字3: https://github.com/alienhard/SublimeAllAutocomplete
但只有在打开DB.php时它才有效。 对于更多插件PHP: https://mattstauffer.co/blog/sublime-text-3-for-php-developers
答案 1 :(得分:0)
如果您希望sublime自动填充您的代码,首先必须从以下位置安装包控件:https://packagecontrol.io/installation 之后安装codeintel: http://sublimecodeintel.github.io/SublimeCodeIntel/ 你准备好了