C# 클래스 JetBrains.ReSharper.Psi.Secret.Formatter.SecretIndentingStage

파일 보기 프로젝트 열기: xsburg/ReSharper.NTriples 1 사용 예제들

공개 메소드들

메소드 설명
DoIndent ( CodeFormattingContext context, GlobalFormatSettings formatSettings, IProgressIndicator progress, bool inTypingAssist ) : void

비공개 메소드들

메소드 설명
CalcIndent ( FormattingStageContext context ) : string
CreateIndentVisitor ( [ indentCache, bool inTypingAssist ) : SecretIndentVisitor
SecretIndentingStage ( bool inTypingAssist = false ) : System.Collections.Generic

메소드 상세

DoIndent() 공개 정적인 메소드

public static DoIndent ( CodeFormattingContext context, GlobalFormatSettings formatSettings, IProgressIndicator progress, bool inTypingAssist ) : void
context CodeFormattingContext
formatSettings GlobalFormatSettings
progress IProgressIndicator
inTypingAssist bool
리턴 void