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

### Describe the bug When using a signature file Ionide doesn't show the documentation in the tooltip ### Steps to reproduce 1. `dotnet new classlib -lang F#` 2. Create a...

enhancement
up for grabs
language services

## Describe the bug When deconstructing a record in a function argument, the color of `{`, `}`, `;` and `=` are not consistent. ![image](https://user-images.githubusercontent.com/4760796/116430661-565cd180-a847-11eb-8905-17e2d13988fa.png) ## Code for reproduction ```fs type...

enhancement
up for grabs

![image](https://user-images.githubusercontent.com/57396/122739968-cf930680-d283-11eb-8f72-ccdac9f06a32.png) similar for Options

bug
language services

### Describe the bug When adding the `Logo.ico` property to the `` inside the fsproj, error checking stops working and works again once the property gets removed again. ### Steps...

bug
project loading

### Describe the bug Since recently, we can now open static classes just like namespaces/modules, like in C# (`open type System.Console` for `using static System.Console`). In my example, Ionide generates...

bug
language services

### Describe the bug If I navigate to my project, run `dotnet build`, and then run `dotnet build` a second time, the second build is incremental and finishes very quickly....

bug
up for grabs
project loading

It looks like we can define tests to programmatically operate a test vscode with the extension loaded. We should add some basic smoke tests and run them during the pipeline...

enhancement
infrastructure

Hello, when writing `let x = 43s` the `s` is not of the same color as the numbers. ![image](https://user-images.githubusercontent.com/4760796/134520628-24b2a978-59ec-4990-831d-93366ce1c3f8.png) I think it would looks better if it was having an...

enhancement

### Describe the bug** The general issue is that ionide does not handle unicode characters in strings properly. This particular bug report however highlights a severe issue caused by this...

bug

If you move from one branch to another, the type checker in Ionide does not realise that code has changed. Even rebuilding in the command line and then forcing a...

bug
reproduction needed