Skip to content

Parenthesis matching error  #1597

@KevinRansom

Description

@KevinRansom

Note that no Parenthesis matching has occured

error

To reproduce:

  • Using dev 15 preview 5 + the new F# vsix for roslyn editor
  • make a new project and add this code
[<EntryPoint>]
let main argv = 
    let arg1 = ""
    let arg2 = ""
    let arg3 = ""
    (printfn "%A '%A' '%A'" (arg1) (arg2) (arg3))
    0 // return an integer exit code

place the caret behind the last parenthesis and not no matching occurs.

Kevin

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions