LSP icon indicating copy to clipboard operation
LSP copied to clipboard

Client implementation of the Language Server Protocol for Sublime Text

Results 182 LSP issues
Sort by recently updated
recently updated
newest added

This makes it possible for plugins like LSP-copilot to ignore certain files (i.e. neither start the language server for files that should be ignored, nor attach them to a running...

## Sublime Text Freezes when hovering over a variable holding large data I am trying to load a font from an file which contains embedded font data as represented below....

enhancement
language server issue

Settings for 'show_code_actions_in_hover' and 'show_symbol_action_links' are provided and known but somehow a new setting for just for displaying 'diagnostics(warnings etc.)' would be great for some class of users who dont...

**Is your feature request related to a problem? Please describe.** I would like to use a containerized development workflow with Sublime Text: I want to avoid installing things on my...

investigation

Hello! Thank you for maintaining this project, it's been super helpful. This has been a difficult issue to figure out and it's made me feel like I'm going insane recently....

enhancement

I plan to document instructions for Sublime on the OCaml-LSP side, but this change basically allows us to use OCaml-LSP as is.

### Description Just added a quick guide how to make LSP package to work with solidity, I've also tried to make [solc](https://docs.soliditylang.org/en/v0.8.23/installing-solidity.html#macos-packages) lsp to work, but [hardhat-vscode](https://github.com/NomicFoundation/hardhat-vscode/tree/development/server) feels much more...

**Is your feature request related to a problem? Please describe.** When applying refactorings (like renames) it's often the case that multiple files are modified. It's a chore to then have...

enhancement

This helps cases with Sublime Text strips some completion items Check the following issue for more details: https://github.com/sublimehq/sublime_text/issues/6033 Question: 1. trigger wont insert anything? 2. if it inserts something, where...

Show diagnostics in the quick panel in a sorted order and select the one closest to the selection on opening the quick panel. We had discussions about that before but...