FsAutoComplete icon indicating copy to clipboard operation
FsAutoComplete copied to clipboard

F# language server using Language Server Protocol

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

could this be used to provide autocomplete to FSH (the F# shell 🐚 ) ? https://github.com/ChrisPritchard/FSH/issues/26 :) cheers

``` open System type Example () = inherit Attribute () let attrs : Attribute list = [ Example (); ObsoleteAttribute () ] attrs |> List.filter (fun a -> a :?...

With the new Ionide version (`7.0.0`) and new FSAC version (`0.56.0`) (included in Ionide): Extreme CPU usage when editing code (up to 100% over all cores...) in fs file (->...

I am working on https://github.com/razzmatazz/csharp-language-server and with the latest fsac there appears to be an excessive CPU usage running for a very long time (10 mins +) ; the intectiveness...

Some small changes I've made when debugging https://github.com/ionide/ionide-vscode-fsharp/issues/1280 - it turns out the problem lies in FCS anyway, so couldn't fix it here. Also, the test is passing - it...

I just ported my emacs setup to my m1 macbook pro which uses eglot and fsautocomplete for work with fsharp. While trying to find references it errors out and complains...

Hit this issue yesterday and couldn't figure out why my CPU was running so high for a dotnet process while VS Code was open. Ran the Process Explorer to investigate...

This happens on .Net Core / .Net Standard for any symbol which definition is added through reference library (for example `netstandard.dll` or `System.Runtime`). Sample for `float`: ``` using System.Globalization; namespace...

bug
help wanted