FsAutoComplete

F# language server using Language Server Protocol

OTHER License

Stars
400
Committers
116

Bot releases are visible (Hide)

FsAutoComplete - v0.73.2 Latest Release

Published by github-actions[bot] 4 months ago

Changed

FsAutoComplete - v0.73.1

Published by github-actions[bot] 5 months ago

Added

  • New, explicit FSI settings for editor analysis and FSI invocation (thanks @greggyb!)
    • Before, FSharp.FSIExtraParameters was used for both script analysis in the LSP as well as launching FSI instances in editors. Some FSI options are only intended to be used for direct FSI invocation (see docs for more details) and so break editor analysis. We've introduced two settings to separate these concerns. If the old setting is provided along either of the new options, the old setting will be used but a warning message will be shown in the editor.
      • FSharp.FSIExtraInteractiveParameters is now used for launching FSI instances in editors
      • FSharp.FSIExtraSharedParameters is used for editor analysis
    • An editor should concatenate these together when launching an FSI instance. In a future release, we will be deprecating/removing the FSharp.FSIExtraParameters setting.

Changed

FsAutoComplete - v0.73.0

Published by github-actions[bot] 5 months ago

Added

Changed

FsAutoComplete - v0.72.2

Published by github-actions[bot] 6 months ago

FsAutoComplete - v0.72.1

Published by github-actions[bot] 6 months ago

Added

Fixed

Changed

FsAutoComplete - v0.71.0

Published by github-actions[bot] 8 months ago

Added

Fixed

Changed

FsAutoComplete - v0.70.0

Published by github-actions[bot] 9 months ago

FsAutoComplete - v0.69.0

Published by github-actions[bot] 9 months ago

FsAutoComplete - v0.68.0

Published by github-actions[bot] 11 months ago

Added

Changed

Fixed

FsAutoComplete - v0.67.0

Published by github-actions[bot] 12 months ago

Changed

Fixed

FsAutoComplete - v0.66.1

Published by github-actions[bot] about 1 year ago

Changed

  • Fixed a bug in inlay hints generation for constructors and methods that would cause a crash on members with optional or ParamArray parameters.
FsAutoComplete - v0.66.0

Published by github-actions[bot] about 1 year ago

Removed

Changed

FsAutoComplete - v0.65.0

Published by github-actions[bot] about 1 year ago

FsAutoComplete - v0.64.1

Published by github-actions[bot] about 1 year ago

Fixed

FsAutoComplete - v0.64.0

Published by github-actions[bot] about 1 year ago

FsAutoComplete - v0.63.1

Published by github-actions[bot] about 1 year ago

Fixed

FsAutoComplete - v0.63.0

Published by github-actions[bot] about 1 year ago

FsAutoComplete - v0.62.0

Published by github-actions[bot] about 1 year ago

Added

  • A new flag for controlling FSAC's support of ParallelReferenceResolution - fsharp.fsac.parallelReferenceResolution. If true, this allows for more parallelization of the compilation.

Changed

  • Updated Ionide.LanguageServerProtocol to get better LSP 3.17 support
  • Updated to FCS 7.0.400!

Fixed