
Is it possible to setup the editor to auto complete vb methods & functions? e.g. when I enter 'Public Sub Test()' and press enter, i'd like the editor to automatically enter 'End Sub' below the caret.
I've been looking at interface IDelimiterAutoCompleter but this only supports a limited set of characters