Skip to content

Releases: ionide/FsAutoComplete

0.39

14 Feb 14:52
Compare
Choose a tag to compare

A lot of changes.

0.38.1

16 Apr 22:21
Compare
Choose a tag to compare

0.38.0 - FCS 28, go-to-implementation command

10 Apr 12:33
Compare
Choose a tag to compare
  • upgrade to FSharp.Compiler.Service v28.0.0
  • upgrade to FSharpLint.Core v0.10.8
  • include symbolcache runtimeconfig.json and deps.json to .net core binaries
  • add default.win32manifest to .net core binaries
  • fix to allow run with only .NET Core Runtime 3 installed (previously v2.x was required) #364
  • add go-to-implementation command (symbolimplementation)

0.37.0 - FCS 27

10 Apr 12:36
Compare
Choose a tag to compare
  • upgrade to FSharp.Compiler.Service v27.0.1
  • upgrade to FSharpLint.Core v0.10.7

0.36.0

21 Feb 09:19
Compare
Choose a tag to compare
  • upgrade to FSharp.Compiler.Service v26.0.1 (#338)
  • upgrade to FSharpLint.Core v0.10.5

0.35.0

20 Feb 12:26
Compare
Choose a tag to compare

See more info in Release Notes

  • new project parser for old fsproj/fsx based on Dotnet.ProjInfo, enabled by default in .NET Core FSAC
  • add unused declarations diagnostic
  • add simplified names analyzer
  • add unused opens analyzer
  • styling for XmlDocs and tooltips
  • add find type declaration command
  • adds autocomplete for external (from unopened namespaces and modules) symbols, provides information where and what open statements should be inserted
  • add workspaceLoad async command
  • add notifications (project loading, etc). In http mode, using websocket
  • add generic parameters to tooltips
  • include keywords in autocomplete only when needed
  • don't autocomplete for comments, strings etc
  • add project cache
  • watch file changes, to trigger project reloading
  • implement record stub generator (#297)
  • add background and persistent symbol cache out of process
  • use dnspy libs to navigate to decompiled files for external libs (#299)
  • fsac .NET runs as 64 bit exe
  • add description for '=' symbol (#312)
  • fix autocomplete for literal values (#316)
  • support keywords in helptext command
  • add interface stub generator (#327)
  • support FSharp.Analyzers.SDK analyzer
  • upgrade to FSharp.Compiler.Service v25.0.1
  • upgrade to Dotnet.ProjInfo v0.31.0
  • upgrade to FSharpLint.Core v0.10.4

0.34.0

14 Sep 09:28
Compare
Choose a tag to compare

support mixed dotnet langs projects (#173)
add detailed errors info (#175)
add hostPID command line arg (#190)
add workspace peek command (#191)
fix ci, .net core 2.0 RTM, normalize fsprojs (#197)
fix linter crash (#206)
single console app (#212)

0.33.0

14 Jun 18:37
Compare
Choose a tag to compare

add sdk 2.0 support (#166)

0.32.0

16 Apr 09:21
Compare
Choose a tag to compare
  • .NET Core project support

0.31.1

07 Feb 17:58
Compare
Choose a tag to compare
  • Allow for inconsistent casing of "Fsharp" when detecting: #149.