Releases: ionide/FsAutoComplete
Releases · ionide/FsAutoComplete
0.46.7
0.46.6
- ENHANCEMENT: Make the Unused Value analyzer suggest single-underscore discards (thanks @pblasucci)
- ENHANCEMENT: Add new 'Add explicit type annotation' codefix
- This works for parameters, but not function-typed parameters
- BUGFIX: Align with LSP protocol around command fields
- Fixes an issue in Ionide-vim (thanks @cannorin)
0.46.5
0.46.4
- ENHANCEMENT: Reenable FSharpLint linting
0.46.3
0.46.2
- BUGFIX: fix the dotnet tool packaging to include a missing dependency for code formatting
- BUGFIX: fix indentation and insert position for unopened namespaces (Thanks @Booksbaum)
- ENHANCEMENT: Render parameters that are functions with parens for readability
0.46.1
0.46.0
- Improve memory useage by reducing string array allocations
- Fix fsharp/signature off-by-ones (Thanks @mhoogendoorn)
- Fix analyzer usage
- Add new codefixes
- Add missing self-identifier to instance member
- Refactor
typeof<'t>.Name
tonameof('t)