Skip to main content
  • Log in
  • Manage Cookies
projects.eclipse.org
Download
  • Projects
  • Working Groups
  • Members
  • Community
    • Marketplace
    • Events
    • Planet Eclipse
    • Newsletter
    • Videos
    • Blogs
  • Participate
    • Report a Bug
    • Forums
    • Mailing Lists
    • Wiki
    • IRC
    • Research
  • Eclipse IDE
    • Download
    • Learn More
    • Documentation
    • Getting Started / Support
    • How to Contribute
    • IDE and Tools
    • Newcomer Forum
  • More
      • Community

      • Marketplace
      • Events
      • Planet Eclipse
      • Newsletter
      • Videos
      • Blogs
      • Participate

      • Report a Bug
      • Forums
      • Mailing Lists
      • Wiki
      • IRC
      • Research
      • Eclipse IDE

      • Download
      • Learn More
      • Documentation
      • Getting Started / Support
      • How to Contribute
      • IDE and Tools
      • Newcomer Forum
    • Search

  1. Home
  2. Projects
  3. Eclipse Technology
  4. Eclipse LSP4E

Eclipse LSP4E

Primary tabs

  • Overview(active tab)
  • Downloads
  • Who's Involved
  • Developer Resources
  • Governance
  • Contact Us

The project includes the necessary code to integrate any language server (conforming to the Language Server Protocol specification) or Debug Adapter (conforming to the Debug Adapter Protocol) in the Eclipse IDE: it orchestrates the requests to the language servers or debug adapters and presents the response in the usual IDE metaphors so users can manipulate them. The default integration is to provide features into the Platform's Generic and Extensible editor, but some code may be used as API to let integration be done with other Eclipse-based editors. It's build on top of Eclipse LSP4J.

Some examples of integration with Language Server Protocol are:

  • Show errors from language server as problem markers in the Eclipse IDE
  • Show completion proposals from language server into the Eclipse IDE Generic Editor
  • Show documentation from language server as hover into Eclipse IDE
  • Jump to declaration in Eclipse IDE, relying on language server results
  • Find References in Eclipse IDE, relying on language server results
  • Rename elements according to langauge server proposal
  • View Symbols in Outline/Quick Outline
  • ... more of current LSP feature to integrate
  • ... more to come as language server protocol get enhanced

Some examples of integration with Debug Adatper Protocol are:

  • Launching project (with or without debug)
  • Variables in "Variables" debug view
  • Variables value on Hover
  • Possibility to change values at runtime
  • Support for expressions and evaluation
  • ...
Working Group: 
Eclipse IDE
This project is part of Eclipse IDE 2022-12, Eclipse IDE 2022-09, Eclipse IDE 2022-06, Eclipse IDE 2022-03, Eclipse IDE 2021-12, Eclipse IDE 2021-09, Eclipse IDE 2021-06, Eclipse IDE 2021-03, Eclipse IDE 2020-12, Eclipse IDE 2020-09, Eclipse IDE 2020-06, Eclipse IDE 2020-03, Eclipse IDE 2019-12, Eclipse IDE 2019-09, Eclipse IDE 2019-06, Eclipse IDE 2019-03, Eclipse IDE 2018-12, Eclipse IDE 2018-09, Eclipse Photon, and Eclipse Oxygen.
Licenses: 
Eclipse Public License 1.0

The content of this open source project is received and distributed under the license(s) listed above. Some source code and binaries may be distributed under different terms. Specific license information is provided in file headers and in NOTICE files distributed with the project's binaries.

Latest Releases: 

From March 2nd, 2021 to November 29th, 2022

NameDateReview
0.21.02022-11-29
0.20.62022-07-29
0.20.52022-06-01
0.20.42022-05-25
0.20.32022-05-23
0.20.22022-02-03
0.20.12021-11-24
0.20.02021-11-09
0.19.02021-08-17
0.18.02021-03-02
Active Member Companies: 
Member companies supporting this project over the last three months.
    Contribution Activity: 
    Commits on this project (last 12 months).
    Incubating - Eclipse LSP4E

    Related Projects

    Related Projects:

    • Eclipse Project™
      • Eclipse Platform™
    • Eclipse Tools Project
      • Eclipse aCute - C# and .NET Core development tools in Eclipse IDE
      • Eclipse Corrosion™: the Eclipse IDE for Rust
    • Eclipse Technology
      • Eclipse TM4E™ - TextMate support in the Eclipse IDE

    Project Hierarchy:

    • Eclipse Technology
    • Eclipse LSP4E

    Tags

    Technology Types
    • Language
    • Tools
    Build Technologies
    • Jenkins
    • Maven
    • Tycho
    Other Tags
    • language
    • server
    • Editor
    • text
    • debug
    • adapter
    • debugger
    • protocol

    Eclipse Foundation

    • About Us
    • Contact Us
    • Sponsor
    • Members
    • Governance
    • Code of Conduct
    • Logo and Artwork
    • Board of Directors
    • Careers

    Legal

    • Privacy Policy
    • Terms of Use
    • Copyright Agent
    • Eclipse Public License
    • Legal Resources

    Useful Links

    • Report a Bug
    • Documentation
    • How to Contribute
    • Mailing Lists
    • Forums
    • Marketplace

    Other

    • IDE and Tools
    • Projects
    • Working Groups
    • Research@Eclipse
    • Report a Vulnerability
    • Service Status

    Copyright © Eclipse Foundation. All Rights Reserved.

    Back to the top