Welcome Guest, Not a member yet? Register   Sign In
Comprehensive CodeIgniter completions for Sublime Text 2
#1

[eluser]martin_redola[/eluser]
I got a little sick of typing functions like
Code:
$this->load->view('header', $data)
and
Code:
$this->db->insert('mytable', $data)
and couldn't find a comprehensive completions file for my favourite text editor, so I gathered together every single CodeIgniter function from the User Guide and put them into a sublime-completions file.

You can grab it from the Github repo here: https://github.com/martinredola/sublimet...ompletions. Then just pop it in your /Packages/PHP folder.

Remember that Sublime Text is smart, so just typing thdbins will be enough to bring up
Code:
$this->db->insert('mytable', $data)
If you just type this, you can scroll through the lot of them.

It has saved me so much trouble that I thought I'd share.


Messages In This Thread
Comprehensive CodeIgniter completions for Sublime Text 2 - by El Forum - 03-13-2012, 03:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB