Skip to content

Releases: ionide/FsAutoComplete

0.32.0

Choose a tag to compare

@rneatherway rneatherway released this 16 Apr 09:21
  • .NET Core project support

0.31.1

Choose a tag to compare

@rneatherway rneatherway released this 07 Feb 17:58
  • Allow for inconsistent casing of "Fsharp" when detecting: #149.

0.31.0

Choose a tag to compare

@rneatherway rneatherway released this 27 Jan 10:16
  • Improvements from downstream ionide fork:
    • support msbuild15, same as preview2
    • Add Background checking
    • Performance updates for find usages
    • Implement GetNamespaceSuggestions
    • Update FSharpLint version
    • Optimize GetNamespaceSuggestions
    • Optimize GetDeclarations
    • Add endpoint for F1 Help
    • ... and more!

(Some of these features only exposed currently via HTTP interface)

0.30.2

Choose a tag to compare

@rneatherway rneatherway released this 31 Oct 16:46

Add parse errors, tooltips for keywords, and signatures for
constructors: #135.

0.30.0

Choose a tag to compare

@rneatherway rneatherway released this 30 Oct 23:25

Add EnclosingEntity and IsAbstract to Declaration contract: #129.
Merge Ionide changes (#123):

  • Glyphs
  • Update dependencies
  • Lint settings
  • Keyword completion

0.29.0

Choose a tag to compare

@rneatherway rneatherway released this 12 Jul 22:05
  • Add command for all declarations in known projects: #117.
  • cache ProjectResponse, invalidate it if project file's last write time changed: #116.
  • Add command to parse all known projects: #115.
  • Merge Ionide changes (#110):
    • Naive support for project.json (this probably will be dropped in futture but let's have it now)
    • Better (file) paths normalization across different features
    • Resolve scripts to latest .Net on Windows
    • Make completion faster on Suave
    • Depend on F# 4 (FSharp.Core deployed with application) instead of 4.3.1
  • Fix Symboluseproject: #104.

0.28.0

Choose a tag to compare

@rneatherway rneatherway released this 05 Apr 22:14

Backwards-incompatible: Make completions faster by not requiring a parse on each request: #99
Add SymbolUseProject command: #101.
Add typesig command, that doesn't get Comment data: #73
Add extraction of xmldoc from other assemblies (from .xml files).

0.27.4

Choose a tag to compare

@rneatherway rneatherway released this 18 Feb 15:30

Normalize paths to source files from projects: #94.

0.27.3

Choose a tag to compare

@rneatherway rneatherway released this 08 Feb 10:17

Set MinThreads to avoid deadlocks on Mono < 4.2.2: #92.

0.27.2

Choose a tag to compare

@rneatherway rneatherway released this 05 Feb 13:32

Upgrade to FCS 2.0.0.4 to fix project cracking with spaces in paths: #91.