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

Difference between revisions of "LSP4E"

(Added basic info about LSP4E)
 
Line 7: Line 7:
 
* [https://projects.eclipse.org/projects/eclipse.jdt.ls Eclispe LSP4E Project Page]
 
* [https://projects.eclipse.org/projects/eclipse.jdt.ls Eclispe LSP4E Project Page]
 
* [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=NEW&bug_status=REOPENED&component=General&list_id=17174746&product=LSP4E View open bugs]
 
* [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=NEW&bug_status=REOPENED&component=General&list_id=17174746&product=LSP4E View open bugs]
* [report a bug: https://bugs.eclipse.org/bugs/enter_bug.cgi?product=LSP4E&component=General Report a bug]
+
* [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=LSP4E&component=General Report a bug]
  
 
== How to contribute ==
 
== How to contribute ==

Revision as of 18:11, 24 January 2018


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