langserver.github.io icon indicating copy to clipboard operation
langserver.github.io copied to clipboard

Results 32 langserver.github.io issues
Sort by recently updated
recently updated
newest added

As the title says: the GitHub repo of the Sublime Text 3 entry (in the LSP client list) now has the main branch pointing to Sublime Text 4, and a...

CSS adapt for system or browser settings (light or dark).

It looks like Eclipse does: https://github.com/eclipse/che/issues/4609 but it's hard to find additional information on what the stance of other editors is on having multiple LS per file. And looks like...

enhancement

As per https://microsoft.github.io/language-server-protocol/implementors/servers/

GVls is a [LSP](https://gitlab.gnome.org/esodan/gvls) implemention for a Client and Server, written in [Vala](https://valadoc.org), it used by GNOME Builder for its Vala support. GVls supports: - Code completion - Hover -...

The link to the VSCode JSON language server is no longer accurate. It points to: https://github.com/Microsoft/vscode/tree/master/extensions/json However, the real language server is implemented here: https://github.com/microsoft/vscode/tree/master/extensions/json-language-features/server and in the rest of...

The VSCode [JSON language server](https://github.com/microsoft/vscode/tree/master/extensions/json-language-features/server) also includes support for [JSON Schema](https://json-schema.org/). With JSON Schema and [JSON-LD](https://json-ld.org/) gaining wider adoption, it's important to note the support or lack thereof of various...

enhancement

Digestif is an LSP server for LaTeX. https://github.com/astoff/digestif

Hi, I have a short question regarding the capabilities of the language servers: Which feature is needed to be able to use the [Document Symbol Request](https://microsoft.github.io/language-server-protocol/specifications/specification-3-14/#textDocument_documentSymbol) ? Is it `Jump...

question