FsAutoComplete icon indicating copy to clipboard operation
FsAutoComplete copied to clipboard

F# language server using Language Server Protocol

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

@baronfel in reference to https://github.com/fsprojects/FSharp.Formatting/issues/918 about a page for FsAutoComplete, this is the start of one. I'm just putting this here for reference, though I recognize you may have a...

[Zed](https://github.com/zed-industries/zed) and other modern editors that use LSP servers for language support often have [helpers that make it easy to acquire and launch LSP servers](https://github.com/zed-industries/zed/blob/main/extensions/csharp/src/csharp.rs#L29-L61). For users that are happy...

### Details We should convert from Paket to NuGet Central Package Version Management so that we can take advantage of Dependabot. We should use lock files and transitive pinning when...

enhancement

### Details When developing code, often we first write some parts and later we "fill them in" with implementations, one example is method parameters, would be great if one could...

enhancement

### Version Ionide v7.18.2 ### Dotnet Info .NET SDK: Version: 8.0.204 Commit: c338c7548c Workload version: 8.0.200-manifests.9f663350 Runtime Environment: OS Name: Mac OS X OS Version: 14.4 OS Platform: Darwin RID:...

bug

### Version Ionide 7.18.2 ### Dotnet Info .NET SDK: Version: 8.0.100 Commit: 57efcf1350 Workload version: 8.0.100-manifests.6c33ef20 Runtime Environment: OS Name: Mac OS X OS Version: 14.4 OS Platform: Darwin RID:...

bug

### Details Format tFsAutoComplete should allow customising the rendering for different clients based on client capabilities or client names. For exaple on Emacs the Eldoc functionlity does not allow to...

enhancement

### Details ```fs type Attributes2() = member val FieldId: string = "" with get, set member val Label: string = "" with get, set let x = Attributes2(FieldId = "")...

enhancement

### Details Hello, I am working on improving [F# formatting API](https://github.com/fsprojects/FSharp.Formatting/pull/932) documentation and one of the main element is to improve the Tooltip formatting. This leads to having to duplicate...

enhancement