如何让汽车在PHPStorm为codeIgniter框架完成 [英] How to enable Auto Complete in PHPStorm for CodeIgniter framework

查看:182
本文介绍了如何让汽车在PHPStorm为codeIgniter框架完成的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在codeIgniter之后,我发现通常使用下面的命令来执行SQL语句。

In CodeIgniter Project, I've normally use following commands to execute sql.

$res = $this->db->select('*')
                 ->from('customer')
                 ->where('customer.id', $id)
                 ->get();

但不幸的是我的PHP风暴(5.0)不支持多个自动完成(我不知道怎么说这个)

But unfortunatly my PHP Storm(5.0) didn't support multiple autocomplete(I don't know how to say this)

例如在NetBeans如果我键入

For example in netbeans If I typed

$res = $this->db->select('*')->

它会自动弹出功能的其余部分。但在PHPStorm它没有工作呢。
其工作第一级汽车才能完成。

It will auto pop up the rest of the function. But In PHPStorm It didn't wokring. Its working first level auto complete only.

推荐答案

我已经找到了。

<一个href=\"https://github.com/topdown/phpStorm-CC-Helpers\">https://github.com/topdown/phpStorm-CC-Helpers

请按照我读说明

这篇关于如何让汽车在PHPStorm为codeIgniter框架完成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆