fsprojects-archive / zzarchive-VisualFSharpPowerTools

[ARCHIVED] Power commands for F# in Visual Studio
http://fsprojects.github.io/VisualFSharpPowerTools/
Apache License 2.0
310 stars 77 forks source link

Refactor HighlightUsageTagger #1401

Closed smoothdeveloper closed 8 years ago

smoothdeveloper commented 8 years ago

So that logic is separated from FSharpVSPowerTools.Logic project with a new HighlightUsageInFile module in FSharpVSPowerTools.Core project

dungpa commented 8 years ago

Looks good. Thanks for doing it.

smoothdeveloper commented 8 years ago

@dungpa thanks for review, I can't fix the record which requires with, please let me know if we should do it another way.

dungpa commented 8 years ago

I have an example at https://github.com/dungpa/fantomas/blob/dbb019431910a8fbc416d5aa003d79ca0dd6960c/src/Fantomas/FormatConfig.fs#L118-L156.

But it's not important anyway.