Skip to content

getSignatureHelp broken for call with no leading whitespace #307

@TwitchBronBron

Description

@TwitchBronBron

Signature help works for this:

sub main()
  sayHello()
end sub
sub sayHello(name)
    print name
end sub

but not for this (note the missing whitespace before the call to sayHello):

sub main()
sayHello()
end sub
sub sayHello(name)
    print name
end sub

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions