Skip to content

editor needs lsp features #10

@DanielFGray

Description

@DanielFGray
  • completions
    • context-sensitive completions
    • completion for identifiers in introspection
    • completion for identifiers in current document (not in introspection)
  • hovers
    • table/column info
    • signatures for user-defined functions
    • signatures for postgres built-in functions
  • diagnostics
    • detect trailing/missing comma
    • error when referencing undefined
      • schemas
      • tables
      • columns
      • types
      • functions
    • type mismatches
      • for operators [cannot compare uuid to int]
      • for functions [function expected uuid, received ..]
  • go to definition

docs:

prior art:

alternatives:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions