Releases: ionide/FsAutoComplete
Releases · ionide/FsAutoComplete
v0.63.1
Fixed
- fix an expecto test detection (Thanks @TheAngryByrd!)
v0.63.0
Added
- Add support for Expecto theory tests (thanks @Numpsy!)
- Add Scaffolding for Generating Codefixes (thanks @nojaf!)
Changed
Fixed
v0.62.0
Added
- A new flag for controlling FSAC's support of ParallelReferenceResolution -
fsharp.fsac.parallelReferenceResolution
. If true, this allows for more parallelization of the compilation.
Changed
- Updated Ionide.LanguageServerProtocol to get better LSP 3.17 support
- Updated to FCS 7.0.400!
Fixed
v0.61.1
v0.61.0
Added
- Codefix: Add codefix for redundant attribute suffix. (thanks @nojaf!)
- Add module to SemanticTokenTypes (thanks @nojaf!)
- Codefix: Add type annotations to entire function (thanks @nojaf!)
- Codefix: RemovePatternArgument quick fix (thanks @edgarfgp!)
- Codefix: for interpolated string, fix #1 (thanks @nojaf!)
Changed
- Swap maybe for option CEs (thanks @TheAngryByrd!)
Fixed
- Make ServerProgressReport threadsafe (thanks @TheAngryByrd!)
- Fix range handling for code completion in interpolated strings (thanks @kojo12228!)
- Fixing Typos (thanks @TheAngryByrd!)
- FSAC Not exiting on macos/linux (thanks @TheAngryByrd!)
- CI not failing on focused tests (thanks @TheAngryByrd!)
Removed
- Remove old eventlistener (thanks @TheAngryByrd!)
v0.60.1
Added
- A new set of settings for excluding files from built-in analyzers (thanks @TheAngryByrd!)
- A new setting for choosing the ISourceText implementation, along with a Roslyn-based implementation (thanks @TheAngryByrd!)
- The Generate Xml Doc codefix now works on properties with getters and setters (thanks @dawedawe!)
v0.60.0
Added
- A new codefix for generating missing parameters and return types for XML Documentation (thanks @dawedawe!)
Fixed
Changed
v0.59.6
Added
Fixed
- Make the 'convert to positional DU pattern' codefix work in more cases (thanks @dawedawe!)
- Handle text changes when they are empty in the classic LSP Server (thanks @augustfengd!)
- Detect Expecto's Task-based tests (thanks @ratsclub!)
Changed
- Update Ionide.ProjInfo to get more logging (thanks @TheAngryByrd!)
- Update tooltips and Info Panel documentation (thanks @MaximeMangel!)
- Update the xml doc generation codefix to work in more places (thanks @dawedawe!)
- Make async more pervasive in the codebase and use AsyncAdaptive values in the Adaptive LSP (thanks @TheAngryByrd!)
v0.59.5
Added
Fixed
- Make the 'convert to positional DU pattern' codefix work in more cases (thanks @dawedawe!)
- Handle text changes when they are empty in the classic LSP Server (thanks @augustfengd!)
- Detect Expecto's Task-based tests (thanks @ratsclub!)
Changed
- Update Ionide.ProjInfo to get more logging (thanks @TheAngryByrd!)
- Update tooltips and Info Panel documentation (thanks @MaximeMangel!)
- Update the xml doc generation codefix to work in more places (thanks @dawedawe!)
- Make async more pervasive in the codebase and use AsyncAdaptive values in the Adaptive LSP (thanks @TheAngryByrd!)