C# 클래스 GammaJul.ReSharper.ForTea.Daemon.T4CSharpHighlightingProcess

Highlights C# keywords, identifiers, etc. Usually, those are colored by Visual Studio C# language service. However, it's not available in T4 files so we have to do it ourselves.
상속: CSharpIncrementalDaemonStageProcessBase
파일 보기 프로젝트 열기: MrJul/ForTea

공개 메소드들

메소드 설명
T4CSharpHighlightingProcess ( IDaemonProcess process, IContextBoundSettingsStore settingsStore, ICSharpFile file ) : GammaJul.ReSharper.ForTea.Daemon.Highlightings
VisitNode ( ITreeNode node, IHighlightingConsumer context ) : void

비공개 메소드들

메소드 설명
GetHighlightingAttributeId ( [ element ) : string
GetTypeElementHighlightingAttributeId ( [ element ) : string

메소드 상세

T4CSharpHighlightingProcess() 공개 메소드

public T4CSharpHighlightingProcess ( IDaemonProcess process, IContextBoundSettingsStore settingsStore, ICSharpFile file ) : GammaJul.ReSharper.ForTea.Daemon.Highlightings
process IDaemonProcess
settingsStore IContextBoundSettingsStore
file ICSharpFile
리턴 GammaJul.ReSharper.ForTea.Daemon.Highlightings

VisitNode() 공개 메소드

public VisitNode ( ITreeNode node, IHighlightingConsumer context ) : void
node ITreeNode
context IHighlightingConsumer
리턴 void