FsAutoComplete

F# language server using Language Server Protocol

OTHER License

Stars
400
Committers
116

Bot releases are visible (Hide)

FsAutoComplete - 0.19.0

Published by rneatherway over 9 years ago

FsAutoComplete - 0.18.2

Published by rneatherway over 9 years ago

Update to FCS 0.0.90 (fix referencing PCL projects) - https://github.com/fsharp/FsAutoComplete/pull/26

FsAutoComplete - 0.18.1

Published by rneatherway over 9 years ago

Prevent test assemblies from being included in release archives by
avoiding forcing the output directory.

FsAutoComplete - 0.18.0

Published by rneatherway over 9 years ago

Adjust for 1-based column indexing - https://github.com/fsharp/FSharp.AutoComplete/pull/13
Note that this was previously the intended behaviour, but column
indexes were treated as 0-based. Ensure that both line and column
indexes sent in commands are 1-based.

FsAutoComplete - 0.17.0

Published by rneatherway over 9 years ago

FsAutoComplete - 0.16.0

Published by rneatherway over 9 years ago

Implement multiple unsaved file checking - https://github.com/fsharp/FSharp.AutoComplete/pull/8

FsAutoComplete - 0.15.0

Published by rneatherway over 9 years ago

Add Glyphs to completion responses - https://github.com/fsharp/FSharp.AutoComplete/pull/1
Update to FSharp.Compiler.Service 0.0.89

FsAutoComplete - 0.14.0

Published by rneatherway over 9 years ago

This is the first Github release, following the split of this repository from the old fsharpbinding repository. The only change is a switch over to use Paket for dependency management.