FsAutoComplete
FsAutoComplete copied to clipboard
F# language server using Language Server Protocol
Fixes #1352 by checking the nullability information on FSharpType and using that to determine if we should slap a `| null` on the formatted type.
### Version v0.77.2 ### Dotnet Info .NET SDK: Version: 8.0.403 Commit: c64aa40a71 Workload version: 8.0.400-manifests.e0880c5d MSBuild version: 17.11.9+a69bbaaf5 Runtime Environment: OS Name: Mac OS X OS Version: 15.0 OS Platform:...
### Version 7.23.0 ### Dotnet Info is anyone else encountering issues to get vscode suggestions for namespaces completion from .net aspnecore minimal api? e.g. `dotnet new web --language F#` and...
### Version Ionide 7.22.0 / fsautocomplete 0.75.0+466fcfcc35ce80a34567b678192e7e4295eb320c ### Dotnet Info ``` ❯ dotnet --info .NET SDK: Version: 9.0.102 Commit: cb83cd4923 Workload version: 9.0.100-manifests.693890c1 MSBuild version: 17.12.18+ed8c6aec5 Runtime Environment: OS Name:...
### Version 0.75.0 ### Dotnet Info ``` ❯ dotnet --info .NET SDK: Version: 9.0.100 Commit: a2bc464e40 Workload version: 9.0.100-manifests.6bf02610 MSBuild version: 17.12.7+a2bc464e4 Runtime Environment: OS Name: FreeBSD OS Version: 14...
### Discussed in https://github.com/ionide/FsAutoComplete/discussions/1337 Originally posted by **joprice** January 8, 2025 I'm asking this here as I'm not sure where to open an issue and the issue templates are quite...
Fixes https://github.com/ionide/FsAutoComplete/issues/1330
### Details I propose we add a code fix for adding missing `seq` before `{…}`. This is related to a language suggestion [Deprecate { start..finish } and { start..step..finish }]...