fsharp icon indicating copy to clipboard operation
fsharp copied to clipboard

The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio

Results 768 fsharp issues
Sort by recently updated
recently updated
newest added

In this session there are four sperate submissions, all sent in one go by using Alt+A select all then Debug in Fsi from the context menu. Note that locals and...

Bug
Impact-Medium
Area-VS-FSI

_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Improve-onhover-tooltip-for-visual-studi/10456397)._ --- So, hovering tooltip provides insights of function signatures among many things in visual studio It would be nice...

Feature Improvement
Area-LangService-ToolTips

Visual Studio currently ships a desktop framework version of the F# compiler and F# interactive application in addition to the coreclr versions shipped with the Dotnet SDK. By default Visual...

Feature Request
Engineering

I'm getting unwanted navigation when holding `Ctrl` and hovering over operators like `&&` or `>`. Not sure if caused by this PR or a bug in VS. _Originally posted by...

Bug
Impact-Medium
Area-VS-Editor

When editing a line in FSI, and seemingly only when we've already used the height of the terminal in lines of input, the interpreter process crashes when a single line...

Bug
Area-FSI
Impact-Low

This is continuation for #15820. The ticket was fixed, but it involves a step that the user will not know about, which is to require unchecking "Enable Just My Code":...

Area-VS-FSI
Feature Improvement

The public packages have the wrong link to the change logs: ![image](https://github.com/dotnet/fsharp/assets/573979/59bc08ee-83f7-4e9d-ac71-f59f856fba23) Instead of relying on the sourcelink url to determine the base we should hardcode the 'public' url and...

Bug
Impact-Low
Engineering

_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/F-files-moved-with-by-dragging/1500867)._ --- Since the order that F# files appear in is important, they need to be reordered. You can do...

Feature Improvement
Area-VS-Editor

_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Support--fix-replacing-reference-Refac/10483746)._ --- Now if I try to replace an operator with another one using rename in visual studio, I can't...

Feature Improvement
Area-LangService-RenameSymbol

```fsharp type R = { Field: int } member this.P = 1 let i = 1 let r: R = Unchecked.defaultof [r] |> List.map _. ``` There're unexpected `i` and...

Bug
Impact-Low
Area-LangService-AutoComplete