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

Fix https://github.com/sublimelsp/LSP/issues/1612 Lots of room for refactoring and better typing and better errors and tests, but went for the cleanest diff possible. Can be tested with stock `LSP-eslint` by changing...

List of all the issues that Sublime Text is blocking us on in the hope that it would give those issues more visibility and priority. Feel free to add more...

sublime issue

**Describe the bug** Text in popup is truncated, apparently at ampersand in the source. My initial thinking was that this was an incomplete fix for #1473, but the change that...

language server issue

in .TSX file , Here is the startup console: ![image](https://user-images.githubusercontent.com/967832/110568419-eb1f4900-818d-11eb-9d23-134c030c098b.png) LSP-eslint.sublime-settings: ` { "enabled": true, "settings": { "validate": [ "javascript", "javascriptreact", "vue", "typescript", "typescriptreact" ], "options": { "parserOptions": { "project":...

enhancement

**Is your feature request related to a problem? Please describe.** I would like to be able to click a file URI in hovers and be taken to the correct file...

**Describe the bug** Language Server crashes if a removed folder is in the project. This may also be a ST bug. **To Reproduce** Steps to reproduce the behavior: 1. Create...

sublime issue

**Describe the bug** A screenshot worth more than words: actual: ![image](https://user-images.githubusercontent.com/44361234/147585153-984f9902-b626-4cf8-a34f-44ae08a48919.png) expected: (vscode) ![image](https://user-images.githubusercontent.com/44361234/147585217-62356cd6-53b1-4964-afaf-1c25bbad6a4e.png) **To Reproduce** Use D's LSP according to the documentation https://github.com/Pure-D/serve-d/ https://lsp.sublimetext.io/language_servers/#d **Expected behavior** with detailedLabelSupport, i...

It's a quick and dirty implementation to test things out. ![Screenshot 2021-05-29 at 23 50 57](https://user-images.githubusercontent.com/153197/120085477-b9f14d80-c0d8-11eb-9493-d1127c87fe90.png)

**Describe the bug** When testing #1702 I've noticed that there is minor bug that makes us not trigger some handlers that should trigger on changing selection. The `_update_stored_region_async` in: https://github.com/sublimelsp/LSP/blob/b11799683fb1099f0972459e85e817ab4780e815/plugin/documents.py#L379-L381...

**Describe the bug** I have LSP-gopls disabled globally And disabled in project (let's name it project A for this issue) ``` json { "folders": [ ... ], "settings": { "LSP":...