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

**Describe the bug** Clicking the code action annotation triggers document modification but the annotation does not get refreshed, still showing the old "suggestion" that does not do anything when clicking....

bug

E. g. the status message is not cleared when `textDocument/publishDiagnostics` becomes empty after I fixed all issues. It always seems to lag behind one change: ![image](https://user-images.githubusercontent.com/4941909/100516369-b873b680-3183-11eb-8bfa-7ae5e744c850.png) ![image](https://user-images.githubusercontent.com/4941909/100516383-d04b3a80-3183-11eb-9b01-db1df63d6a08.png) ![image](https://user-images.githubusercontent.com/4941909/100516387-db9e6600-3183-11eb-809e-b815961d1ff0.png) ![image](https://user-images.githubusercontent.com/4941909/100516403-eb1daf00-3183-11eb-9145-da11728712e0.png) The...

investigation

Ubuntu 20.04 - ST4 I have this setting in LSP.sublime-settings ``` { "show_diagnostics_panel_on_save": 1, } ``` But the panel also opens on warnings, so now I have to set to...

F12 isn't bound by default for "goto definition", which isn't the behavior I expected after installing this. I expected it to override the default keybinding, since it always falls back...

discussion

**Is your feature request related to a problem? Please describe.** VSCode has the ability to display diagnostics inline using an extension named [Error Lens](https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens). This makes it easier to visually...

**Describe the bug** I don't know how to call this, but when typing out function name and parenthesis you get the tooltip with function's parameters and maybe description. The parameters...

enhancement

**Describe the bug** I was trying to debug a memory consumption issue in `terraform-ls` and typically the memory profile is written upon (graceful) exit of the server. I realized that...

feedback requested
language server issue

# System information macOS Catalina 10.15.5 (19F101) Sublime Text Dev Channel, Build 4074 # Install Package Control # Reproduction Assuming the LSP configuration ```json { "lsp_format_on_save": true, "lsp_code_actions_on_save": { "source.fixAll":...

sublime issue

**Is your feature request related to a problem? Please describe.** If there's a code action that is the "most obvious fix", then LSP should have a special keybinding, or maybe...

enhancement

https://github.com/microsoft/language-server-protocol/commit/7108dd15b67212b219beb715384c9eb8cea0d0c3

enhancement
protocol updates