fsharp
fsharp copied to clipboard
The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
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...
_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...
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...
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...
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...
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":...
The public packages have the wrong link to the change logs:  Instead of relying on the sourcelink url to determine the base we should hardcode the 'public' url and...
_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...
_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...
```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...