C# 클래스 ShaderTools.VisualStudio.Hlsl.Formatting.FormattingExtensions

파일 보기 프로젝트 열기: tgjones/HlslTools

공개 메소드들

메소드 설명
Format ( this buffer, TextSpan span, IHlslOptionsService optionsService ) : void
FormatAfterTyping ( this textView, char ch, IHlslOptionsService optionsService ) : void

비공개 메소드들

메소드 설명
ApplyEdits ( ITextBuffer textBuffer, IList edits ) : void
ShouldFormatOnCharacter ( char ch, IHlslOptionsService optionsService ) : bool
TryGetSyntaxTree ( ITextBuffer textBuffer, SyntaxTree &syntaxTree ) : bool

메소드 상세

Format() 공개 정적인 메소드

public static Format ( this buffer, TextSpan span, IHlslOptionsService optionsService ) : void
buffer this
span TextSpan
optionsService IHlslOptionsService
리턴 void

FormatAfterTyping() 공개 정적인 메소드

public static FormatAfterTyping ( this textView, char ch, IHlslOptionsService optionsService ) : void
textView this
ch char
optionsService IHlslOptionsService
리턴 void