Eclipse LSP4E

Scope

The scope of the project is to provide integration of language servers conforming to the Language Server Protocol and debug adapters conforming to the Debug Adapter Protocol into the Eclipse IDE. It includes some APIs to turn language server protocol and debug adapter elements into Eclipse IDE concepts and a generic integration allowing to easily plug any language server or debug adapter to an Eclipse IDE instance without need to write Java code, either statically as extensions for extenders, or dynamucally as preferences for advanced users.

Individual language servers (VSCode, OmniSharp, RustLS...) or debug adapters and the necessary layers to actually run a language server (node.js...) are not in the scope of this project. The project aims to easily connect to those, not to ship them. Shipping individual language servers should be considered by each downstream project that specifically target tooling for this language.

Releases
Name Date
0.26.1 2024-05-22
0.24.5 2023-11-23
0.24.1 2023-08-23
0.24.0 2023-08-22
0.23.0 2023-05-24
0.21.0 2022-11-29
0.20.6 2022-07-29
0.20.5 2022-06-01
0.20.4 2022-05-25
0.20.3 2022-05-23
0.20.2 2022-02-03
0.20.1 2021-11-24
0.20.0 2021-11-09
0.19.0 2021-08-17
0.18.0 2021-03-02
0.17.0 2020-11-20
0.16.0 2020-09-02
0.15.0 2020-06-12
0.14.0 2020-03-18
0.13.0 2019-12-18
0.12.0 2019-10-02
0.11.0 2019-09-18
0.10.0 2019-06-19
0.9.0 2019-03-20
0.8.0 2018-12-19
0.7.0 2018-09-22
0.6.0 2018-06-27
0.4.0 2017-10-19
0.3.0 2017-09-26
0.2.0 2017-06-28
0.1.0 2017-02-01