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

"static let" breaks colorization #1465

Closed asik closed 7 years ago

asik commented 7 years ago

When a "static let" is used in a class, the class name is improperly colorized.

Proper colorizing

Bad colorizing

This is on 2.5.0 in Visual Studio 2015 Update 3.

abelbraaksma commented 7 years ago

I just tried to repro this, I can confirm it happens on my instance of VS 2015 (also Upd 3) as well.

vasily-kirichenko commented 7 years ago

Fixed in https://github.com/fsprojects/VisualFSharpPowerTools/pull/1473

vasily-kirichenko commented 7 years ago

Grab 2.5.2 installer here https://github.com/fsprojects/VisualFSharpPowerTools/releases/download/2.5.2/FSharpVSPowerTools.vsix (I cannot upload it into VS gallery since it down or the like).

vasily-kirichenko commented 7 years ago

Finally managed to push it to VS Gallery.