django-language-server/docs/clients/index.md
Josh Thomas afef32aab7
Some checks failed
lint / pre-commit (push) Has been cancelled
lint / rust-changes (push) Has been cancelled
test / generate-matrix (push) Has been cancelled
lint / rustfmt (push) Has been cancelled
lint / clippy (push) Has been cancelled
lint / cargo-check (push) Has been cancelled
test / Python , Django () (push) Has been cancelled
test / tests (push) Has been cancelled
migrate to Zensical for documentation (#357)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-11-05 16:09:51 -06:00

843 B

Clients

Django Language Server works with any client that supports the Language Server Protocol (LSP).

Adding a new client

Documentation for setting up the language server in other clients is sorely needed. Any editor that has LSP client support should work.

If you get it working in your editor:

  1. Create a new Markdown file in the docs/clients/ directory (e.g., docs/clients/vscode.md)
  2. Include step-by-step setup instructions, any required configuration snippets, and tips for troubleshooting

Your feedback and contributions will help make the setup process smoother for everyone! 🙌