Comprehensive CodeIgniter completions for Sublime Text 2 |
[eluser]martin_redola[/eluser]
I got a little sick of typing functions like Code: $this->load->view('header', $data) Code: $this->db->insert('mytable', $data) 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) It has saved me so much trouble that I thought I'd share. |
Welcome Guest, Not a member yet? Register Sign In |