Skip to content

language-server: implement completion #10

Description

@dev-zero

ok, we probably need a parsing/abstract syntax tree for this, then it could work like:

  1. parse until cursor line
  2. if the syntax is correct until here we should get the AST/parsing tree (if we are driving the parsing directly we can simply stop, if not by catching an exception)
  3. from the parsing we should get the current section in the schema
  4. lookup other keys/values

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

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions