LSP icon indicating copy to clipboard operation
LSP copied to clipboard

Client implementation of the Language Server Protocol for Sublime Text

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

LSP-* packages may want to extend the context menu with additional server-specific commands. Example from VS Code: ![example1](https://user-images.githubusercontent.com/6579999/177052390-1e53761c-4409-4a62-b630-82f109fd6a91.png) The "LSP" submenu was introduced in 8491948ca70acd1f691975c2d1a5d622a699d580 and the "id" for the...

enhancement

**Describe the bug** Given that keybindings have a command using the "side_by_side" arguments like this: ```js { "command": "lsp_symbol_declaration", "keys": ["super+shift+e"], "context": [ {"key": "selector", "operator": "equal", "operand": "source"} ],...

sublime issue

**Is your feature request related to a problem? Please describe.** I would like to see inlay hints if possible. **Describe the solution you'd like** Implement https://github.com/microsoft/vscode-languageserver-node/pull/772 **Additional context** MetaLS has...

enhancement
protocol updates

![output](https://user-images.githubusercontent.com/22029477/126895676-a9afdb20-7480-41a4-96af-c8e44c5fbf97.gif) New: - setting for determining the `completion_insert_mode`(defaults to `"insert"`) Available: `"insert"` or `"replace"`. - `enter`/`tab` will commit the completion item with the default insert mode. - `shift+enter`/`shift+tab` will commit...

**Describe the bug** Since Sublime build 4134, I have noticed that the initial autocomplete suggestions have changed and the closest matching suggestion is no longer displayed at the top. I...

sublime issue

Hello! LSP popup doesn't show list of references and definitions, it only shows `definitions` and `references` links which I found unhandy. I only want to see LSP popup when I...

**Feature description or problem with existing feature** is posible that LSP should show ST's result if there is no LSP's reulst? in some case php code work correctly like this...

enhancement
investigation

The LSP plugin currently uses a panel instead of a scratch file, like the native *Find Results*. It would be great if we had an option to put the results...

enhancement

**Describe the bug** Emmet normally shows a preview of complex abbreviations. When LSP-html is active, the preview only flashes shortly or is missing completely. **To Reproduce** Steps to reproduce the...

**Describe the bug** Apologies for the vague issue title but I am not sure what else to call it other than the above 🙂 It seems that LSP's `rename` feature...

language server issue