Skip to content

Releases: ionide/ionide-vscode-fsharp

2.2.7

23 Jul 10:32
Compare
Choose a tag to compare

Added FSAC request log (default off)

2.2.6

22 Jul 21:12
Compare
Choose a tag to compare

Add configuration option to specify FSI dir

2.2.5

22 Jul 20:44
Compare
Choose a tag to compare

Add new line before ;; when sending to FSI

2.2.4

21 Jul 20:12
Compare
Choose a tag to compare

Move cursor down only on send line to FSI
Try to fix keyword autocomplete

2.2.3

21 Jul 16:31
Compare
Choose a tag to compare

Trigger autocomplete on .

2.2.2

21 Jul 13:32
Compare
Choose a tag to compare

Fix Forge new project issue.

2.2.1

21 Jul 10:44
Compare
Choose a tag to compare

Try to fix finding FSI Path on Linux / Mac

2.2.0

21 Jul 09:14
Compare
Choose a tag to compare

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

20 Jul 20:40
Compare
Choose a tag to compare

Add keywords to autocomplete

2.0.0

17 Jul 07:38
Compare
Choose a tag to compare

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