Skip to content

Allow completions to chain #6

Description

@aphistic

Right now if a method returns a type, the assigned variable can show completions but you're unable to chain them together.

Ex (as it is):
-- datastore.foo() returns a Foo, which has :bar
local test = datastore.foo()
test:bar() -- completion would show test:bar()

Ex (as it should be):
local test = datastore.foo():bar() -- would not show :bar() completion

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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