Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Releases: fsprojects-archive/zzarchive-VisualFSharpPowerTools

2.0.0

26 Jul 11:52
Compare
Choose a tag to compare

Optimize dialog layouts for high DPI (#1024)
Fix wrong size of unused markers in VS 2012 (#1027)
Add a new option for interface member identifiers (#1029)
NavigateToSource now supports Bitbucket, GitLab and Codebasehq urls (#1038)
Hide F# Power Tools menu on non-F# projects (#1040)
Support F# 4.0 constructs (#1047)
Set explicit dependency on Visual F# Tools (#1056)
Improve theme detection on VS 2015 (#1058)
Drop official support for VS 2012 (#1060)

1.9.0

20 Jun 22:29
Compare
Choose a tag to compare

Implement QuickInfo margin (#973)
Fix UI freezes by moving computation to background threads (#975)
Improve folder organization feature (#969, #986)
Fix source code formatting bugs (fantomas#168)
Optimize for better responsiveness (#1001, #1002)
Improve union pattern match case generation feature (#1003)
Enhance unused declaration margin feature (#1012)
Create a single HighlightUsageTagger for each document (#1021)

1.8.0

02 Apr 10:55
Compare
Choose a tag to compare

Support operator coloring (#936)
Implement Navigate to Source (#945)
Implement assembly resolution for FsiReferenceCommand (#949)
Fix missing colors in VS 2012 (#952)
No longer report synthetic range symbols (#954)
Generate signatures of enclosing modules of active patterns (#955)

1.7.2

06 Feb 07:41
Compare
Choose a tag to compare

Fix wrong recognition of dark themes on VS 2015 (#917)
Generate references for F# Interactive preserve references order if users override them (#921)
Remove dependencies on .NET 4.5, which cause installation errors on VS 2015 (#924)

1.7.0

02 Jan 09:47
Compare
Choose a tag to compare

Fix various bugs on Go to Metadata (#865, #867, #891)
Check graying out unused declarations/opens in a separate coloring stage (#852)
Improve performance of Find All References when symbols appear on many documents (#839)
Report printf specifiers from user-defined printf-like functions (#877)
Implement Next and Previous Highlighted Reference commands (#899)
Automatically update depth colorizer when VS theme changes (#901)
Integrate AddReferenceInFSI extension as Generate References in F# Interactive feature (#904)
No longer reopen generated signatures and go to exact symbol locations on signature files (#906)

1.6.1

06 Nov 21:37
Compare
Choose a tag to compare

Fix a concurrency bug (issue & fix)
Fix displaying underscores in resolving unopened namespaces (issue & fix)
Fix issues with string highlighting in VS 2013 (issue & fix)

1.6.0

04 Nov 09:54
Compare
Choose a tag to compare

Add syntax coloring for generated signatures
Fix various bugs on syntax coloring for printf specifiers
Support multiline strings in printf formatting
Implement Task List Comments
Fix issues with retrieving wrong active documents
Add syntax coloring for escaped characters in strings
Add Strict mode to control granularity of caching
Add Diagnostic mode to dump logging information to VS Output window

1.5.0

02 Oct 09:17
Compare
Choose a tag to compare

Support more complex scenarios in VS unit tests
Fix various issues with union case generation
Implement Go to Metadata