ionide-vscode-fsharp icon indicating copy to clipboard operation
ionide-vscode-fsharp copied to clipboard

VS Code plugin for F# development

Results 183 ionide-vscode-fsharp issues
Sort by recently updated
recently updated
newest added

In a script, if you use Paket to generate load scripts and then try to reference a literal path for a type provider, using __SOURCE_DIRECTORY__ breaks intellisense. ```fsharp #load ".paket/load/netcoreapp3.1/main.group.fsx"...

bug
scripts

When I write a function name and add the left parenthesis fast I don't get info about the function. If I type the function and wait a second before the...

bug

**Is your feature request related to a problem? Please describe.** I can currently only see resolved generic constraints in the status bar, it'd be nice to have it closer to...

enhancement
UX

## Describe the bug** I've now run into this multiple times on different scripts, so filing a bug with logs. I'm writing fsdocs scripts. Things go great, but then at...

bug
scripts

## The bug When splitting some F# code over multiple lines in a way that the F# compiler permits, Ionide syntax highlighting stops working correctly. It is particularly noticeable because...

bug

This extension appears to be using the `workspace.rootPath` API. This is a deprecated property and may not work as expected. Please use `workspaceFolders` instead. More info: https://github.com/microsoft/vscode/wiki/Adopting-Multi-Root-Workspace-APIs#eliminating-rootpath https://github.com/microsoft/vscode/issues/69335

enhancement
up for grabs

### Describe the bug** This may be an FsAutoComplete bug instead, but Ionide is triggering intellisense on comments written in the `(** *)` style used by FSharp.Formatting if the start...

bug
scripts

### Problem Possibly the same issue as #1275 On WSL Debian, IntelliSense shows this error message instead of Autocomplete choices: ![immagine](https://user-images.githubusercontent.com/5740047/73606663-0abc6900-45ad-11ea-9206-c4739e1dce56.png) If ```open System``` is removed, autocomplete works as expected....

scripts

After `dotnet paket install` project system returns project data contains no references at all. It's fixed by manually running `dotnet restore` after `dotnet paket install` has finished. We should somehow...

bug
project loading

If I do a `paket install` from the command line which adds a new dependency, Ionide gets confused: all tooltips die and intellisense dies, and the hints above symbols get...

bug
language services
project loading