SublimeYouCompleteMe icon indicating copy to clipboard operation
SublimeYouCompleteMe copied to clipboard

On first load, extend Preferences.auto_complete_triggers

Open ivankoster opened this issue 11 years ago • 0 comments

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": ".>" }

ivankoster avatar Nov 18 '14 22:11 ivankoster