Releases: ionide/FsAutoComplete
Releases · ionide/FsAutoComplete
0.45.2
0.45.1
0.45.0
- Update Unused Binding CodeFix to handle more cases
- Enable faster typechecking when signature files are present for a module
- Happens transparently, but is mutually exclusive with analyzers.
- Refactors around tooltip signature generation
- Fix the display of units of measure in tooltips (
float<m/s>
instead offloat<MeasureInverse<MeasureProduct<.....>>>
) - Much better experience for signature help for function applications and method calls
- Update the Generate Abstract Class CodeFix to work for abstract classes that aren't defined in F#
0.44.0
0.43.0
0.42.0
- Many large changes, .Net 5 is required now
- Support for LSP semantic highlighting
- Fantomas upgrade to 4.4.0-beta-003
- FCS 38.0.2 upgrade
- Use Ionide.ProjInfo for the project system instead of the oen built into this repo
- Use local hosted msbuild to crack projects instead of managing builds ourselves
0.41.1
- Fix
PublishDiagnosticsCapabilities
type #574 by @Gastove - Set defaultDotNetSDKRoot on Linux correctly #576 by @Krzysztof-Cieslak
0.41.0
0.40.1
0.40.0
- Move Fantomas formatting to Core project #553 by @Krzysztof-Cieslak
- Fix return type in signatures in documentation formatter #554 by @Krzysztof-Cieslak
- Work around build infrastructure by @Krzysztof-Cieslak
- Allows analyzer paths to be absolute #555 by @Zaid-Ajaj
- Update FSI references version-finding algorithm to probe packs dir as well as runtimes dir #556 by @baronfel
- Update FSharp.Analyzers.SDK to 0.3.0 and make them available only in .Net Core build #557 by @Krzysztof-Cieslak