Releases: ionide/FsAutoComplete
Releases · ionide/FsAutoComplete
0.19.0
- Add symboluse command - #34.
Breaking change: all columns returned are now 1-based. Format of error
locations has also changed to be more consistent with other formats.
- Add param completion command - #30
0.18.2
Update to FCS 0.0.90 (fix referencing PCL projects) - #26
0.18.1
Prevent test assemblies from being included in release archives by
avoiding forcing the output directory.
0.18.0
Adjust for 1-based column indexing - #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.
0.17.0
Completion filtering - #10
0.16.0
Implement multiple unsaved file checking - #8
0.15.0
Add Glyphs to completion responses - #1
Update to FSharp.Compiler.Service 0.0.89
0.14.0
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.