LSP
LSP copied to clipboard
Client implementation of the Language Server Protocol for Sublime Text
**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....
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:     The...
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...
**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...
**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...
# 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":...
**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...
https://github.com/microsoft/language-server-protocol/commit/7108dd15b67212b219beb715384c9eb8cea0d0c3