mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-14 22:14:23 +00:00
375bc88f95
Hello, this PR adds a new view to the LSP servers menu for displaying an LSP server capabilities. When I work on LSP stuff, quite often I need to check what capabilities an LSP server has. Currently there is no built-in way for checking that in Zed, and I have to use [`LSP DevTools`](https://lsp-devtools.readthedocs.io) project. LSP DevTools works OK but it works as a proxy between the client and the server, so setting it up is not that easy in Zed. Zed already has many goodies for LSP like tracing and RPC messages, so I thought that a simple view with server capabilities could be useful too. Thanks! ## Some screenshots: ### Ruby LSP ![CleanShot 2024-10-19 at 07 44 38@2x](https://github.com/user-attachments/assets/22c97b49-c539-4e39-a5f1-1c926347abca) ### New menu entry: ![CleanShot 2024-10-19 at 07 45 08@2x](https://github.com/user-attachments/assets/d3903d6e-c09a-40e2-b042-1abde490987d) Release Notes: - N/A |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-GPL |