Skip to content

Instantly share code, notes, and snippets.

@tomiyap
tomiyap / VBScript.sublime-completions
Created August 11, 2016 22:27
Visual Basic Sublime Text 2/3 Autocomplete
//Place this inside ~/Library/Application Support/Sublime Text/Packages/
//This is for VBS, so the file type of the new file must be .vbs.
//You might need to add this if autocomplete doesn't appear
//Put in ~/Library/Application Support/Sublime Text/Packages/user/Preferences.sublime-settings
//{
// "auto_complete_selector": "source, text"
//}
@tomiyap
tomiyap / sql.sublime-completions
Last active September 5, 2023 17:54
Sublime Text Autocomplete for SQL
//Place this inside ~/Library/Application Support/Sublime Text/Packages/
//This is for SQL, so the file type of the new file must be .sql.
//You might need to add this if autocomplete doesn't appear
//Put in ~/Library/Application Support/Sublime Text/Packages/user/Preferences.sublime-settings
//{
// "auto_complete_selector": "source, text"
//}