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

## TL;DR By default, disable servers for - syntax test files - SublimeREPL views ## Description I think enabling servers on syntax test files only cause (linting) issues. Only very...

enhancement

Previously, LSP-Copilot had an open issue for how do we prevent a View/File from being managed by Github Copilot with disabling it on the entire syntax. @jwortmann was kind enough...

enhancement

### Is your feature request related to a problem? Please describe. Currently, the LSP packages does not include a Language Server for TOML files. ### Describe the solution you'd like...

enhancement

**Describe the bug** When using two or more language servers which have color provider functionality, there are situations when duplicate references are displayed. This is most recently visible when using...

bug

The new version of Volar (Vue Language Features) is expected to run in Vue files alongside a typescript server (LSP-typescript, for example). This seems to create issues with handling of...

Currently if LSP (this package) is installed, it runs quite some code in the background whenever the callbacks from [`DocumentSyncListener`](https://github.com/sublimelsp/LSP/blob/a6b17a4aa4d10d8ddc225413d221c4241b877f8b/plugin/documents.py#L139), which is a subclass of `sublime.ViewEventListener`, are triggered. This happens...

Closes #2504 Maybe having this check in `is_regular_view` is not really accurate (regarding the function name), but I think it is the best place for reusability.

### Description This pull request allows inlay hints to be truncated, which could be useful if inlay hints are too large. For example: TypeScript has absurdly long inlay hints (see...

There is currently no first-class code local assistant plugin for Sublime-LSP. [Github Copilot](https://github.com/TerminalFi/LSP-copilot) and [Codeium](https://codeium.com/sublime_tutorial) plugins exist but they require a consistent internet connection and use proprietary models. It would...

enhancement
protocol updates

I've been thinking a bit on how to support support https://github.com/sublimelsp/LSP-volar/issues/221 My latest idea is to not do any magic to make LSP-typescript initialize for Vue files and instead when...