FsAutoComplete icon indicating copy to clipboard operation
FsAutoComplete copied to clipboard

F# language server using Language Server Protocol

Results 128 FsAutoComplete issues
Sort by recently updated
recently updated
newest added

### Version latest ### Dotnet Info N/A ### Steps to reproduce Try to use pipeline hints and see they don't work. Disable inline values and see they do work. ###...

bug

### Version ionide.vscode v7.16.1, fsac 0.68.0 ### Dotnet Info .NET SDK: Version: 7.0.400 Commit: 73bf45718d Runtime Environment: OS Name: Mac OS X OS Version: 12.3 OS Platform: Darwin RID: osx.12-arm64...

bug

### WHAT ### 🤖 Generated by Copilot at aeb6c8c This pull request enhances the `workspacePeek` command and its response types to provide more information about F# projects in the workspace....

### Details Assuming we have the following code: ```fsharp type GetNumberFromDb = IDbConnection -> int let getNumberFromDb : GetNumberFromDb = fun conn -> 1 let addNumberFunc' (dbFunc : GetNumberFromDb) otherNumber...

enhancement

#r "paket: ...." ought to be shipped as part of FSAC, to easily enable tools that integrate it, to refer to the folder with --compilertool: in the arguments for FSI....

### Details Now that https://github.com/dotnet/fsharp/pull/13907 is merged would be good to have code-fix for this - [Design](https://github.com/fsharp/fslang-design/blob/main/FSharp-8.0/FS-1129-shorthand-anonymous-unary-functions.md#f-rfc-fs-1129---_-shorthand-for-simple-anonymous-unary-functions) - [Implementation]( https://github.com/dotnet/fsharp/pull/13907) - From `fun x -> x.Foo` to `_.Foo` and maybe...

enhancement

### Version 0.66.1+b13b6e75bdf47112b55bebf6153ef1b618746cbf ### Dotnet Info .NET SDK: Version: 7.0.403 Commit: 142776d834 Runtime Environment: OS Name: Mac OS X OS Version: 14.0 OS Platform: Darwin RID: osx-arm64 Base Path: /usr/local/share/dotnet/sdk/7.0.403/...

bug

### WHAT ### 🤖 Generated by Copilot at cf01557 This pull request improves the support for signature files in FsAutoComplete by adding helper functions to convert file names and filtering...

### Suggest `| _ ->` for match mistaken with infix operator `|->` add code fix for wildcard operator suggestion in pattern match for fs43, targets: https://github.com/dotnet/fsharp/issues/15748 as worked in amplifying...

We should add logic to handle Wildcarded files in fsproj files such as: ```xml ``` In Adaptive, the [additional dependencies](https://github.com/fsharp/FsAutoComplete/blob/main/src/FsAutoComplete/LspServers/AdaptiveFSharpLspServer.fs#L763) is where it makes sense to watch for these files....

enhancement
help wanted