Hi !
Since i the only thing that i've found for sublime text is syntax highlighting and ST2 is the only text editor that i use, i wanted to make myself an autocomplete manager to make coding a lil bit faster.
Its usage is pretty simple but i can explain for the ones who gets lost.
Simply when you just open the application, follow the
Code:
C:\Users\USERNAME\AppData\Roaming\Sublime Text 2\Packages\User
path and select it with the programs folder browser.
I'm sharing the built version in attachments. You can go
Github for source.
It was written in C#.NET so, windows users need to have .NET Framework 4.5 and R.I.P Mac and Linux users(i am trying to make it work with
mono tho).
Screenshot:
Note: You can change/improve the code. Its not that well written since i designed it only for myself to use but then i thought "why not share this ?".
Note: If you already have a
Code:
.sublime-completions
file, i suggest you to back it up since the program will create a new one for its use.
Note: Project source was compiled with Visual Studio 2015.