ctags autocompletion for Sublime Text 2
Inspired by @BlackMac (https://github.com/BlackMac) and his script => https://gist.github.com/1825401
*ctags autocompletion works only after putting text longer than 2 chars.
INSTALLATION:
Just clone this repo into your Sublime Package folder.
It requires:
- ctags (http://ctags.sourceforge.net/, or brew install (osx))
- and .tags file into your project folder (can be generated by command "ctags -R -f .tags")