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"

(Use cases)
Line 17: Line 17:
 
== Use cases ==
 
== Use cases ==
  
LSP4E is already in several Eclipse plugins, such as:  
+
LSP4E is already used in several Eclipse plugin/products, such as:  
 
[https://marketplace.eclipse.org/content/acute-c-edition-eclipse-ide-experimental aCute],
 
[https://marketplace.eclipse.org/content/acute-c-edition-eclipse-ide-experimental aCute],
 
[https://marketplace.eclipse.org/content/bluesky-web-development-eclipse-ide-experimental Blue Sky],
 
[https://marketplace.eclipse.org/content/bluesky-web-development-eclipse-ide-experimental Blue Sky],
Line 23: Line 23:
 
[https://marketplace.eclipse.org/content/redox-rust-edition-eclipse-ide RedOx],
 
[https://marketplace.eclipse.org/content/redox-rust-edition-eclipse-ide RedOx],
 
[https://github.com/spring-projects/sts4 Spring Tools 4].
 
[https://github.com/spring-projects/sts4 Spring Tools 4].
 
  
 
== Related Resources ==
 
== Related Resources ==

Revision as of 19:25, 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 used in several Eclipse plugin/products, such as: aCute, Blue Sky, LSP4E PHP, RedOx, Spring Tools 4.

Related Resources

Below you can see some useful references:

Back to the top