Skip to content

VS Report: F# IntelliSense stops suggesting later named arguments/properties after first completion #19906

Description

@IgorTx1

-> This is a reference/copy to the following report in Visual Studio Developer Community.

[severity:It bothers me. A fix would be nice]
After the first one named parameter or settable property be autocompleted, the following ones wont get autocompleted
See the video in the bottom
NOTE: The record only shows parameters.

B0b10b291a93c4d6281a21b60dfff98f7639133733760255879_autocomplete_muted.mp4

Snippet (you might see the bug while writing):

open System.Threading.Tasks

Task.Factory.StartNew(action=(fun _ -> ()), state=null, cancellationToken=null)

(This snippet is only for seeing the autocomplete. Running it is going to fail and i strongly recommend seeing the record too/instead)

IMPORTANT: I noticed it happens with overloaded methods/constructors (like TaskFactory.StartNew is an overloaded method). Also happens with zero constructors with settable properties
IMPORTANT: I noticed intellisense also won’t work with optional named arguments(?x=y) in every method/constructor (being or not overloaded)

General Informations:

  1. Windows 11 25H2
  2. Visual Studio Insiders 2026 11723.189
  3. Net 10.0.300

Metadata

Metadata

Assignees

Type

Projects

Status
Done

Relationships

None yet

Development

No branches or pull requests

Issue actions