In sublime, if you type, alert("{<cursor>
it will autocomplete the closing brackets and quotes to: alert("{<cursor>}")
.
In visual studio, if you hit tab, it will place the cursor at the end of the autocompleted characters.
How can I replicate this exact behaviour in sublime? I don't see much point in autocompletion if you have to type those characters anyway or use arrow keys.