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

Tests (in `test/FsAutoComplete.Tests.Lsp`) can be run with `dotnet test` (that's what `build.fsx` is using) and `dotnet run`. For local testing/debugging I use the later option. Now the issue: (only `dotnet...

Language server generates too many errors on textDocument/documentHighlight and textDocument/signatureHelp and it's very noisy. Do we need this error notifications? [fsac-lsp-log.txt](https://github.com/fsharp/FsAutoComplete/files/7215944/fsac-lsp-log.txt) [fib.fsx.txt](https://github.com/fsharp/FsAutoComplete/files/7215950/fib.fsx.txt)

While developing I noticed that I had a private function flying around which wasn't marked as "unused" by the Ionide extension although it was in fact unused. **Repro** OS: Manjaro...

![image](https://user-images.githubusercontent.com/2621499/128134158-94df0251-9e6a-49eb-ad57-a403e8d829db.png) I think it would be an improvement if the union cases were placed underneath each other in the Info Panel. If accepted, I'd like to submit a PR for...

enhancement
help wanted

Quite a lot of FsAutoComplete Tests currently fail on Windows because it doesn't receive any typecheck errors/diagnostics (In [logs](https://github.com/fsharp/FsAutoComplete/runs/2852384718): search for "Should have had errors" or "Expected errors" or "Expected...

In the "Auto-Open from completion" tests (for #788) I [forgot to Cache the created LSP Server](https://github.com/fsharp/FsAutoComplete/blob/master/test/FsAutoComplete.Tests.Lsp/CompletionTests.fs#L191-L208). But after adding `Async.Cache` some tests suddenly failed. Even worse: In different test runs...

# Inconsistency in generated `open` location between Code Completion and Code Fix When completing (`Ctrl+Space`) a type in an unopened Namespace, its `open` gets automatically generated. Alternatively the `open` can...

bug
help wanted

Issue occured when trying to use fsautocomplete.dll with Neovim native LSP client. Using net5. Setup was done manually as per https://github.com/neovim/nvim-lspconfig The following message was thrown when trying to inspect...

bug
help wanted

--- Everything works fine in terms of loading `fsautocomplete.dll` and getting it to interface with ionide-vim, but it appears to have trouble finding the `Microsoft.AspNetCore` framework when loaded inside of...

This is a mirror of my issue for the ionide vscode extension. I was told here would be a more appropriate place to ask https://github.com/ionide/ionide-vscode-fsharp/issues/1417 Its very annoying when i...

enhancement