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

In Ionide, the redundant qualifier tip (FSAC0002) is tagged on the first identifier when joining on a nullable property in a query expression. For example, if `table1.column1` is of type...

needs-upstream-work

If you go to def on a library where we start our sourcelink probing, if we can't discover sourcelink documents we should fallback to the C# decompilation.

enhancement

``` type StringPair = string * string let pairs : StringPair list = [ "", "" ] ``` StringPair does appear during mouseover on `pairs` and the line lens shows...

enhancement
needs-upstream-work

The Language Server Index Format (LSIF, pronounced “else if”) is a standard format for [language servers](https://langserver.org/) or other programming tools to emit their knowledge about a code workspace. This persisted...

enhancement
help wanted

Hi guys, I am having some bad luck using a Linux computer as a F# dev machine. Ubuntu Budgie 20.04 VS Code 1.65.0 ionide-fsharp 5.11.0 fsautocomplete 0.50.0 (checked by running...

Sourced precompiled version from vim-lsp-settings, not sure which version it is. Fails to start with very little diagnostic message. ``` $ dotnet .local/share/vim-lsp-settings/servers/fsautocomplete/fsautocomplete.netcore/fsautocomplete.dll --verbose [15:55:31.355 INF] [Startup] Start - Ending...

bug
help wanted

Requires bunch of more work which I'm not sure I'm bothered enough to do: - [ ] Write actual classifier rather than proof of concept I've done (TODO in `DeclarationLocationClassifier.fs`...

based on https://github.com/fsprojects/FSharp.Formatting/issues/706, we should consider removing examples from the un-expanded tooltips, leaving them to be rendered only in expanded tips and the info panel experiences.

In #836, we introduced a whole new brave world of choosing your own Fantomas version. These last weeks, we've published [two new versions of Fantomas](https://www.nuget.org/packages/fantomas-tool/4.6.0-alpha-006) that are also compatible with...

enhancement
help wanted

I'm using `dotnet` SDK on linux and I can reproduce the issue in both VSCode with Ionide and Emacs with `lsp-mode`. Steps to reproduce: in a shell, ``` mkdir código...

bug
help wanted