FsAutoComplete

F# language server using Language Server Protocol

OTHER License

Stars
400
Committers
116

Bot releases are visible (Hide)

FsAutoComplete - 0.49.0

Published by baronfel almost 3 years ago

FsAutoComplete - 0.48.2

Published by baronfel almost 3 years ago

FsAutoComplete - 0.48.1

Published by baronfel almost 3 years ago

FsAutoComplete - 0.47.2

Published by baronfel about 3 years ago

FsAutoComplete - 0.47.1

Published by baronfel about 3 years ago

FsAutoComplete - 0.47.0

Published by baronfel about 3 years ago

FsAutoComplete - 0.46.7

Published by baronfel over 3 years ago

FsAutoComplete - 0.46.6

Published by baronfel over 3 years ago

FsAutoComplete - 0.46.5

Published by baronfel over 3 years ago

FsAutoComplete - 0.46.4

Published by baronfel over 3 years ago

FsAutoComplete - 0.46.3

Published by baronfel over 3 years ago

  • Update Fantomas dependency to latest prerelease
FsAutoComplete - 0.46.2

Published by baronfel over 3 years ago

FsAutoComplete - 0.46.1

Published by baronfel over 3 years ago

  • Publish the dotnet tool fsautocomplete to nuget. It can be installed with dotnet tool install fsautocomplete.
FsAutoComplete - 0.46.0

Published by baronfel over 3 years ago

FsAutoComplete - 0.45.4

Published by baronfel over 3 years ago

  • Fix returned tokens in textDocument/semanticTokens/full and textDocument/semanticTokens/range to no longer return zero-length tokens.
FsAutoComplete - 0.45.3

Published by baronfel over 3 years ago

  • Improve edgecase detection when
  • finding declarations
  • finding type definitions
  • getting symbol usages
  • checking for inclusion in a file
FsAutoComplete - 0.45.2

Published by baronfel over 3 years ago

  • Improve overload detection in textDocument/signatureHelp for methods
FsAutoComplete - 0.45.1

Published by baronfel over 3 years ago

  • Fix regression in textDocument/completion introduced in 0.45.0
FsAutoComplete - 0.45.0

Published by baronfel over 3 years ago

  • 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 of float<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#