LSP
LSP copied to clipboard
Client implementation of the Language Server Protocol for Sublime Text
**Is your feature request related to a problem? Please describe.** Currently we bin all code actions into "Code Actions", but servers like - jdtls - OmniSharp have a clear distinction...
In the output panel of references of a symbol, double-clicking on a line of reference jumps to the corresponding location of the reference. I have a request that if we...
**Is your feature request related to a problem? Please describe.** When I save a file containing an error, the diagnostics panel opens automatically (in accordance to the `show_diagnostics_panel_on_save` setting). Then...
**Describe the bug** The logic to ignore diagnostics when the file is outside the project is erroneously ignoring diagnostics in some cases. **To Reproduce** With LSP-json installed, open some project...
**Is your feature request related to a problem? Please describe.** I've been doing a lot of refactoring lately and have found the "Rename N occurrences across N files" prompt to...
This is a suggestion to make the sort order for diagnostics (per file) configurable by the user. It allows for example to restore the former sorting by location, which was...
**Is your feature request related to a problem? Please describe.** I would like to extends `LspExecuteCommand` in order to send a `workspace/executeCommand` but `LspExecuteCommand` simply [logs](https://github.com/sublimelsp/LSP/blob/acfd6406ba4680a0e537dc87a72aa5b410a154e7/plugin/execute_command.py#L47) the response. In my...
**Describe the bug** When using Clojure LSP, you cannot navigate to external dependencies which are located inside of JAR files, because of invalid URI scheme. When trying to navigate to...
- OSX - LSP v0.9.5 - LSP-Vue v0.0.14 Vue project with TS configuration in`tsconfig.json` and custom types in `types/index.d.ts`. Editing types in `types/index.d.ts` doesn't get reflected in *.vue file if...
**Is your feature request related to a problem? Please describe.** Set triggerKind in CodeActionContext to communicate better to language servers what they should return. **Additional context** https://github.com/microsoft/language-server-protocol/commit/27c15c694a80152f918b2b60dbf7ff09f1bb909e