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

Wonder if it's worth having a `--msbuild-global-properties` CLI flag for FSAC that you could do like `MSBuildProperty=Foobar,AnotherProperty=false` and pass to proj-info it's not a hardcoded list. More escape hatch kind...

enhancement
help wanted

After troubleshooting some other LSP Clients (namely emacs and helix) on the Discord server, FSAC will eventually crash. It seems these clients have trouble with the `fsharp/` specific notifications that...

enhancement
help wanted

While discussing an issue on [FSharp.Formatting](https://github.com/fsprojects/FSharp.Formatting/issues/800#issuecomment-1450258675). @baronfel brought up > the act of loading the project file is evaluation, and after evaluation you have access to all properties that are...

enhancement
help wanted

### WHAT ### 🤖 Generated by Copilot at 4024f9c Enhance inlay hints for F# code by adding support for methods and named arguments, and simplify hint creation code in `InlayHints.fs`....

We updated to a version of Ionide.LanguageServerProtocol that supports Call Hierarchy and Type Hierarchy methods. * [textDocument/prepareCallHierarchy](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_prepareCallHierarchy) * [callHeirarchy/incomingCalls](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#callHierarchy_incomingCalls) * [callHeirarchy/outgoingCalls](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#callHierarchy_outgoingCalls) * [textDocument/prepareTypeHierarchy](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_prepareTypeHierarchy) * [typeHeirarchy/supertypes](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#supertypes) * [typeHeirarchy/subtypes](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#typeHierarchy_subtypes) Example docs: *...

enhancement
help wanted

Managing nuget/paket intricacies is getting a bit overwhelming - moving the app back to Nuget in the 'dumb' way at first, but it should bee able to layer on central...

Adds ability to change the global properties we pass to design time loading. https://user-images.githubusercontent.com/1490044/221377670-310359ae-4fba-4687-a9f4-61c34ecb83c4.mp4 (Don't worry about the extra commits, it's build off #1060, I'll rebase when that's merged)

We commented [these](https://github.com/baronfel/FsAutoComplete/blob/2823c9cdefb488fad7153f568b8d4d13ccb8034a/test/FsAutoComplete.Tests.Lsp/CodeFixTests/ImplementInterfaceTests.fs#L507-L768) out due to https://github.com/dotnet/fsharp/issues/14698 during the update to .NET 7 FCS, but we should re-enable them when that issue has been resolved and flowed to a new...

maintenance
needs-upstream-work

### Version v7.20.2 ### Dotnet Info .NET SDK (reflecting any global.json): Version: 6.0.423 Commit: c5c9e53229 Runtime Environment: OS Name: ubuntu OS Version: 22.04 OS Platform: Linux RID: ubuntu.22.04-x64 Base Path:...

bug

### Version 0.73.2 ### Dotnet Info - ### Steps to reproduce Hello. It seems that [settings section](https://github.com/ionide/FsAutoComplete?tab=readme-ov-file#settings) of the readme got slightly outdated, because it still mentions deleted option `--background-service-enabled`...

bug