Hi,
So I've never really worked with SL2 packages so this might not be done entirely properly but I've found the basic squirrel package (
credit) and that wasn't really enough for me so I did some digging and found... well nothing. I decided I would read a few pages on the wiki for SL2, and try some experimenting... I honestly just learned how to do this today, and this here is the result:
Downloadhttps://github.com/derekmartinez18/sublime-lu-squirrelI've added much of the functions as "controls", and the blahblah.this as support functions, I mainly did it this way because it looked really cool with the theme I use, Monokai.
It contains most functions, including some of the module ones (mysql, sqlite, hash etc).
If I messed anything up, or missed any major, or even minor ones just let me know here or on github.
To install:1. Open Sublime Text 2 (or 3) and select "Browse Packages"
2. Create a new folder called "Squirrel" in the Packages folder.
3. Copy the contents of the git repo to that folder
Notes:The original repository says it doesn't support windows however this isn't the case. It works fine on Windows 7/8, Ubuntu 12.04+, and Mac.
Updates:10/18/13 - The package now supports all server side constants, and moved a few snippets over to a newer format of completions. (Blip, FindPlayer, KickPlayer, GetHour, and GetWeather).
12/24/13 - added 20 new completions / minor fixes
FutureWill support all functions as completions/snippets