zzarchive-VisualFSharpPowerTools icon indicating copy to clipboard operation
zzarchive-VisualFSharpPowerTools copied to clipboard

SymbolClassifier -> FSharp.Editing

Open cloudRoutine opened this issue 9 years ago • 0 comments

Dependent upon completion of VSLanguageService #1412

It seems like only a small amount of the functionality of updateSyntaxConstructClassifiers can be extracted and moved to Core. We should be able to extract the symbol checking and classifying into a function that returns a CategorizedSpan [] and a FSharpErrorInfo [] that can be translated into SnapshotSpans on the Logic side.

Code Located @ https://github.com/fsprojects/VisualFSharpPowerTools/blob/master/src/FSharp.Editing.VisualStudio/Coloring/SymbolClassifier.fs

cloudRoutine avatar Jul 15 '16 00:07 cloudRoutine