LSP
LSP copied to clipboard
Client implementation of the Language Server Protocol for Sublime Text
**Describe the bug** When semantic highlighting is used, ST's search highlight is mostly hidden for hits within semantic tokens. **To Reproduce** Steps to reproduce the behavior: 1. Open Sublime Text...
**Description** 1. There are some extra unwanted completions (which are snippets) for a struct variable as below:  2. Dot operator after a structure pointer would not transform to arrow...
**Describe the bug** As reported in [LSP-ruff issue #100](https://github.com/sublimelsp/LSP-ruff/issues/100), the LSP server can get into an infinite loop on occasion. This seems to be easily triggered by opening the same...
**Is your feature request related to a problem? Please describe.** Currently, many settings are controlled at the plugin level rather than the server/language level, such as `lsp_format_on_save`. I often work...
**Describe the bug** I'm having an issue with tab completion on certain LSP servers. In this specific case, it's an issue with LSP-Elm. An example is say I have the...
**Describe the bug** When hovering over a method with a list of yard doc parameters, the list is shown but not rendered properly. **To Reproduce** 1. Create a Ruby class...
**Is your feature request related to a problem? Please describe.** [ty](https://github.com/astral-sh/ty) is an upcoming typechecker for python which will include a LSP server. **Describe the solution you'd like** A LSP-ty...
clangd's compilation database command schema supports an `output` field which labels the command's output. This is used to disambiguate different processing modes for the same source file (e.g. a single...
### Is your feature request related to a problem? Please describe.** As a developer, I am not able to select and copy errors brought up in the LSP pop-up. Oftentimes,...
It would be nice to have a lsp_chain command, like the default chain command, but it wait a LSP command before running the next one For more context: https://github.com/sublimelsp/LSP/issues/2515