How can I integrate Codeigniter auto-completion into Sublime Text 2?

Sublime Text is one of the best editors I've ever seen. I would like to use it for my codeigniter projects.

+5
source share
1 answer

https://github.com/MikeCase/SublimeText-2-Snippets

You can also create your own snippets in Sublime, Notepad ++ ... many text editors now have this feature.

+2
source

All Articles