Skip to content

Incorrect hints for CustomOperations in a computation expression #14460

@0101

Description

@0101

image

makeTestProject().Workflow {
updateFile "First" breakDependentFiles
checkFile "First" expectSignatureChanged
saveFile "First"
checkFile "Second" expectErrors
}

CE definition:

type ProjectWorkflowBuilder(initialProject: SyntheticProject, ?checker: FSharpChecker) =

Expected behavior

updateFile fileId = "First" processFile = BreakDependentFiles

Actual behavior

Hints are shifted by once because of the first parameter which is not shown

Metadata

Metadata

Assignees

Labels

Area-LangService-HintsF# hints inspired by C# inline hintsBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.good first issue

Type

No type
No fields configured for issues without a type.

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions