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

Right now we have some gaps in our support for signature files: * Tooltips don't always resolve the xml docs on signature declarations when inside the same project (#739) *...

enhancement
help wanted

I use Ionide-VSCode and it uses FsAutoComplete and… it uses whatever Fantomas version it was set in it's last release. On the other hand, there are building scripts and they...

There doesn't seem to be any test coverage of the `Fixes.resolveNamespace` function. If I can figure out how to do it, I'll add some tests myself.

enhancement
help wanted

The following doc comment ```fs /// See for more informations ``` results in: ![image](https://user-images.githubusercontent.com/4760796/116463486-05f76b00-a86b-11eb-870c-772cba326a64.png)

Consider this F# script: ```fsharp let f a b = () f 1 ``` Now hit space after the `1` and see that the first parameter is highlighted: ![image](https://user-images.githubusercontent.com/6309070/111920389-d70bff00-8a4b-11eb-9200-f8b0e34ecad4.png) The...

enhancement
help wanted

When a function has tupled arguments, the tooltip is technically correct. However, it might be easy if you hit space after the function name to pass arguments _not_ as a...

enhancement
help wanted

Say I have two projects, A and B. A exposes a module A, B exposes a module B. A has a signature file for `A.hello` that takes a `name` parameter...

bug
help wanted

The zips created in FAKE don't have their permission bits set correctly, so they appear to have no permissions at all on unix systems. This means a user has to...

maintenance

Per https://github.com/ionide/ionide-vscode-fsharp/issues/1204 we should move off of using rootPath/rootUri directly. ## Updated thoughts We should do this, but it's a large task so we will take it in stages: ###...

enhancement
help wanted

For the code ```fsharp type Event = { at: System.DateTime; place : int } let e = { at = System.DateTime.Now; place 1 } ``` you get the following error:...

enhancement
help wanted
type:codefix