I didn't understand how to use YouCompleteMe to create nice templates like stuff I used to have on sublime.
Two basic examples I would like to achieve:
typing "log" being completed to
console.log "\$1"
typing "fori" being completed to
for \$1 in \$2
\$3
So basically expanding the template then allowing me to quickly filled the spaces and end up on the last "cue".
From what I understood YouCompleteMe does anything you need including mocha late and milkshakes, but I still have no clue how to do this simple thing.