Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

LSP4E

Revision as of 18:10, 24 January 2018 by Unnamed Poltroon (Talk) (Added basic info about LSP4E)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


The project includes the necessary code to integrate any language server in the Eclipse IDE, interacting with the language server: it orchestrates the request to the language servers and presents the response in the usual IDE metaphors so users can manipulate them

Quick Links:

How to contribute

Just read the contribution page, set up the Eclipse project and understand how it works.

Use cases

LSP4E is already in several Eclipse plugins, such as: aCute, Blue Sky, LSP4E PHP, RedOx, Spring Tools 4.


Related Resources

Below you can see some useful references:

Back to the top