mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-12-23 08:47:53 +00:00
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
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
843 B
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:
- Create a new Markdown file in the
docs/clients/directory (e.g.,docs/clients/vscode.md) - 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! 🙌