AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Snippets and Tutorials (https://forums.alliedmods.net/forumdisplay.php?f=112)
-   -   [TOOL] Sublime Text 2 Autocomplete Manager (https://forums.alliedmods.net/showthread.php?t=275092)

sharkdeed 11-21-2015 18:57

[TOOL] Sublime Text 2 Autocomplete Manager
 
1 Attachment(s)
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:

http://i.imgur.com/CHv7TRl.png

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.


All times are GMT -4. The time now is 18:38.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.