ruff
b7ce6941 - red_knot_server: add auto-completion MVP

Commit
47 days ago
red_knot_server: add auto-completion MVP This PR does the wiring necessary to respond to completion requests from LSP clients. As far as the actual completion results go, they are nearly about the dumbest and simplest thing we can do: we simply return a de-duplicated list of all identifiers from the current module.
Author
Committer
Parents
  • crates
    • red_knot_ide/src
      • File
        completion.rs
      • File
        lib.rs
    • red_knot_server/src
      • File
        server.rs
      • server
        • File
          api.rs
        • api
          • File
            requests.rs
          • requests
            • File
              completion.rs
        • schedule
          • File
            task.rs