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

By @7sharp9 on Slack: ``` @k_cieslak Yeah to replace the `` with the inferred signature (edited) locking the types into place (edited) ```

enhancement
help wanted
type:codefix

See https://github.com/ionide/ionide-vscode-fsharp/issues/1316 for more details

bug

After the installation of the .NET 5 preview some existing fsx scripts stopped working because of many different reasons. So I decided to create a global.json file to specify the...

enhancement

When you open a project with at least one subdirectory unreadable by the current user, FSAC will not work. ### Steps to reproduce ``` git clone https://github.com/suside/FsAutoCompleteBugRepro cd FsAutoCompleteBugRepro sudo...

bug

In VS (from @cartermp): ![image](https://user-images.githubusercontent.com/5427083/86299235-0057d700-bc00-11ea-8cdb-8e0430c3a165.png) In VSCode: ![image](https://user-images.githubusercontent.com/5427083/86299244-08b01200-bc00-11ea-8253-b640820f2bbc.png)

bug
help wanted

Once https://github.com/microsoft/vscode/issues/11847 lands, we should be able to update the diagnostics api to include the new `target` property and easily link up things like FSharpLint error codes and F# Compiler...

enhancement

I’ve been playing around with SQLProvider , under VSCode and PostGres, and I noticed an interesting behavior. When only .NET Core 3.1 SDK installed, syntax highlighting worked fine. But when...

It would be helpful for tool developers (or those developing an analyzer!) to have an easy way to view the AST of the current file/the current selection in some way....

enhancement
help wanted

Right now, the output of `fsharp/documentation` is very ionide specific. For example, consider: ```json { "XmlKey": "M:Microsoft.FSharp.Collections.SeqModule.TryFind``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Boolean},System.Collections.Generic.IEnumerable{``0})", "Constructors": [], "Fields": [], "Functions": [], "Interfaces": [], "Attributes": [], "Types": [], "Signature":...

enhancement
help wanted

First: this is an amazing project, and I thank y'all for it. _Especially_ LSP support; that has made my development life worlds better :D I want to raise a point...

enhancement