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

**Describe the bug** Please see these screenshots: ![lsp_1](https://user-images.githubusercontent.com/16175716/115071967-79ea5880-9ee6-11eb-8405-b37e5edc42fb.png) ![2_lsp](https://user-images.githubusercontent.com/16175716/115071982-7eaf0c80-9ee6-11eb-8592-0ff1d3f16dfa.png) As you can see, the snippet "for" is not showing when "for" is typed. When "fo" is typed, it is shown,...

sublime issue

**Is your feature request related to a problem? Please describe.** When there is a request in flight for a particular view, say textDocument/documentSymbol, then the request is not cancelled when...

enhancement

Hey there, it seems like this lsp client is not correctly implementing all completion cases. Probably due to bad docs on the protocol side of things. Here's an explanation from...

enhancement
sublime issue

Before we can use asyncio in all of its glory, we need to switch to the Python 3.8 runtime. To do that, we have to wait for a few things:...

enhancement

The omnisharp server is able to spawn zombie 'mono' processes. I have caught it doing this twice already after noticing my fan was running hard and discovered multiple hanging mono...

bug

**Describe the bug** The "jump to next issue" command (F4 key) does not reliably trigger if the error was just removed. Only when new diagnostics are received it works again....

sublime issue

**Describe the bug** The popup window interrupts the prompt document at an incorrect position **To Reproduce** eg ```Rust fn main() { let string = String::from("hello"); } ``` 1. move the...

language server issue

Document symbols can and should support the containerName in the UI. https://microsoft.github.io/language-server-protocol/specifications/specification-3-15/#textDocument_documentSymbol `/** The name of the symbol containing this symbol. This information is for user interface purposes (e.g. to...

enhancement

When opening the logging panel for the first time (without messing with the settings), it is empty. You need to set `log_server: [panel]` in the settings first to have something...

enhancement

On Windows files are locked when in use so on updating to new version, when trying to delete old `node_modules` directory an exception is thrown and server can be broken...

bug
windows