Skip to content

Add support for auto completing game objects #8

Description

@atomicptr

It would be cool if I'm typing

"/" and then get a list of all associated collections game object paths

same with "#"

or well

"/player#" should maybe offer its components

Rough idea on how this could be done:

  1. Figure out which .go file(s) our .script is a part of
  2. index all components inside that go and offer that for things like #
  3. find all collections the go file(s) are a part of and index that for things like /

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

    Labels

    featureNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions