Skip to content

Releases: ionide/FsAutoComplete

0.31.0

27 Jan 10:16
Compare
Choose a tag to compare
  • 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

31 Oct 16:46
Compare
Choose a tag to compare

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

0.30.0

30 Oct 23:25
Compare
Choose a tag to compare

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

  • Glyphs
  • Update dependencies
  • Lint settings
  • Keyword completion

0.29.0

12 Jul 22:05
Compare
Choose a tag to compare
  • 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

05 Apr 22:14
Compare
Choose a tag to compare

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

18 Feb 15:30
Compare
Choose a tag to compare

Normalize paths to source files from projects: #94.

0.27.3

08 Feb 10:17
Compare
Choose a tag to compare

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

0.27.2

05 Feb 13:32
Compare
Choose a tag to compare

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

0.27.1

26 Jan 12:33
Compare
Choose a tag to compare

Upgrade to FCS 2.0.0.3 to fix VS2015 project cracking: #89.

0.27.0

08 Dec 21:59
Compare
Choose a tag to compare

Upgrade to FCS 2.0.0.0-beta and add project cracking verbosity option: #86.
Add FSharpLint support: #83.