public AutoCompletionHandler(IVsTextView textView, IWpfTextView wpfTextView, AutoCompletionHandlerProvider autoCompletionHandlerProvider) { this.autoCompletionHandlerProvider = autoCompletionHandlerProvider; this.wpfTextView = wpfTextView; textView.AddCommandFilter(this, out nextCommandTarget); }