SublimeYouCompleteMe
SublimeYouCompleteMe copied to clipboard
On first load, extend Preferences.auto_complete_triggers
When the plugin is loaded for the first time, we should extend the "auto_complete_triggers" setting. This forces sublime text to trigger auto complete on certain characters it doesn't by default. For example the . and -> characters for C.
Triggers to add:
{ "selector": "source.c", "characters": ".>" }