Skip to content

Add intellisense to the luaua script editor #111

@ambrosiogabe

Description

@ambrosiogabe

This should add some simple intellisense to the script editor. This issue will be complete when:

  • You press Ctrl+Dot it opens a suggestion window
    • These suggestions should be populated based off of in-scope functions, variables, and types
  • If you type . after a variable, it should open a suggestion window that shows the available properties based on the type

Check out how TypeScript intellisense works in VSCode for some inspiration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions