Releases: ionide/FsAutoComplete
Releases · ionide/FsAutoComplete
v0.70.1
v0.70.0
v0.69.0
Added
- Codefix: Update value in signature file and 1220 (thanks @nojaf)
Changed
Fixed
- fix and improves l10n (thanks @Tangent-90)
- Fix AP signatures for APs with names which are substrings of other APs (thanks @dawedawe)
- fixing caching of cancelled cached tasks (thanks @TheAngryByrd)
Internal
v0.68.0
Added
- Dotnet 8 support (Thanks @baronfel & @TheAngryByrd)
- F# 8 Support (Thanks @baronfel & @nojaf & @dawedawe)
Changed
- Updates Ionide.LanguageServerProtocol to 0.4.20 (Thanks @TheAngryByrd)
- Update IcedTasks 0.9.2 (Thanks @TheAngryByrd)
- Paket Simplify (Thanks @1eyewonder)
Fixed
- Do ordinal string comparisons (Thanks @dawedawe)
- fix typo in FullNameExternalAutocomplete default value (Thanks @MrLuje)
- Fix tooltip errorhandling(#1195) (Thanks @pblasucci & @TheAngryByrd)
v0.67.0
Changed
- Better Completion for ExternalAutocomplete functions (Thanks @Tangent-90!)
- LSP Refactoring 1179 1188 (Thanks @TheAngryByrd)
- Fix Spelling (Thanks @TheAngryByrd)
Fixed
v0.66.1
Changed
- Fixed a bug in inlay hints generation for constructors and methods that would cause a crash on members with optional or ParamArray parameters.
v0.66.0
Removed
- The following options have been removed from the LSP. The old CLI options will trigger a warning if present, but will not crash the server (Thanks @TheAngryByrd!)
- The older, Non-Adaptive LSP implementation (in favor of using the Adaptive LSP server)
- NamedText (in favor of RoslynSourceText)
Changed
v0.65.0
v0.64.1
Fixed
- fix the Define active pattern (thanks @dawedawe!)
v0.64.0
Added
- Add CodeActions for Number Constants: Convert between bases, Add digit group separators (thanks @Booksbaum!)
Changed
- Default to RoslynSourceText (thank @TheAngryByrd!)