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

![IgnoreExpression](https://github.com/fsharp/FsAutoComplete/assets/2621499/618a4ead-d459-4c3e-9a75-157cfb68767f)

### Version x ### Dotnet Info Looking over the repos in fsharp org, this is the last active engineering repo - the org is otherwise for FSSF and F# lang...

maintenance

### Version ionide F# v7.18.2 ### Dotnet Info .NET SDK: Version: 8.0.200 Commit: 438cab6a9d Workload version: 8.0.200-manifests.5638171e Runtime Environment: OS Name: Windows OS Version: 10.0.22631 OS Platform: Windows RID: win-x64...

bug

This updates the LSP lib to get deprecation notices for members, then removes the use of RootPath/RootUri in the initialization in favor of just using workspacePaths[0]. This is step one...

### Details would be great to be able to easilly extract an abstact type (interface) from a type with a public member, and have it implement (interface with) that interface,...

enhancement

### Details not sure if this or ionide is the right repo.. no `docs` are provided to the user for **dotnet interactive directives**, like `#r`, or `#i` or other directives,...

enhancement

### Details atm, dotnet reference types constructor just show unit unit if they have an empty constructor, but that is not useful as the developer many time, even for poco...

enhancement

### WHAT ### 🤖 Generated by Copilot at ddd5195 This pull request adds a new feature to detect and report nested languages in F# files, such as XML or SQL,...

I've created an empty F# env in replit, and tried to set LSP, but it's not working. When trying to run manually, it's failing with the following exception: ``` [16:17:05.107...

bug
help wanted