C# Class Microsoft.Markdown.Editor.Commands.MdMainController.BraceCompletionWorkaround223902

Workaround for VS 2015 bug 223902: Brace completion is incorrectly disabled in projection scenarios.
IDE incorrectly fetches option from view. In projected scenarios view belongs to the language that may not have brace completion enabled and that disables brace completion in the projected language. Example: R inside markdown.
Inheritance: IDisposable
显示文件 Open project: Microsoft/RTVS

Public Methods

Method Description
BraceCompletionWorkaround223902 ( ITextView textView ) : System
Dispose ( ) : void

Method Details

BraceCompletionWorkaround223902() public method

public BraceCompletionWorkaround223902 ( ITextView textView ) : System
textView ITextView
return System

Dispose() public method

public Dispose ( ) : void
return void