Releases: ionide/ionide-vscode-fsharp
2.2.7
Added FSAC request log (default off)
2.2.6
Add configuration option to specify FSI dir
2.2.5
Add new line before ;; when sending to FSI
2.2.4
Move cursor down only on send line to FSI
Try to fix keyword autocomplete
2.2.3
Trigger autocomplete on .
2.2.2
Fix Forge new project issue.
2.2.1
Try to fix finding FSI Path on Linux / Mac
2.2.0
Don't add keywords to autocomplete unless it's simple tag (no keywords completion for Something. )
Better handling of Send to FSI commands.
2.1.0
Add keywords to autocomplete
2.0.0
Rewritten in Fable
Updated Forge version
Updated FSAC version
Automatic add/remove file from project is now optional (FSharp.automaticProjectModification)
Performance improvements for solution-wide features (rename, finding references)
Finding errors in all solution after saving file (visable in error panel)
Navigate to symbol working for whole solution
Forge templates refreshed on every plugin startup
Changed plugin startup beahviour - priority on getting currently opened file parsed and get feature working, parsing projects for solution-wide features in the background
Removed F# Formatting integration