Skip to content

Commit c313ce8

Browse files
authored
Add CDT LSP information to CDT's READMEs and N&N (#566)
1 parent 5250f5a commit c313ce8

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

NewAndNoteworthy/CDT-11.3.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ This is the New & Noteworthy page for CDT 11.3 which is part of Eclipse 2023-09
66

77
# Release Notes
88

9+
## CDT LSP support
10+
11+
Alongside CDT 11.3 the first version of CDT LSP is being released.
12+
CDT LSP provides Language Server Protocol integration for C/C++.
13+
Please see the [CDT LSP repo](https://github.com/eclipse-cdt/cdt-lsp#readme) for more details and to track its development.
14+
915
# Build
1016

1117
## Default Binary File Viewer

NewAndNoteworthy/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ What's new and noteworthy in:
1616
- [CDT 10.1/2020-12](CDT-10.1.md)
1717
- [CDT 10.0/2020-09](CDT-10.0.md)
1818

19+
## CDT LSP
20+
21+
The [CDT LSP (LSP based C/C++ Editor)](https://github.com/eclipse-cdt/cdt-lsp#readme) provides its own [changelog](https://github.com/eclipse-cdt/cdt-lsp/blob/master/CHANGELOG.md) highlighting its release notes and new and noteworthy entries.
22+
23+
## Older Versions
24+
1925
<details>
2026
<summary>Older Versions</summary>
2127

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ Did you get your version of Eclipse CDT from a vendor (such as a chip maker)? If
4040

4141
We encourage all vendors who are extending and redistributing Eclipse CDT to engage with the project and contribute fixes and improvements back to the Eclipse CDT project.
4242

43+
## CDT LSP (LSP based C/C++ Editor)
44+
45+
The Eclipse CDT project also provides an LSP based C/C++ Editor.
46+
Please see the [CDT LSP repo](https://github.com/eclipse-cdt/cdt-lsp#readme) for more details on that project and the future plans for language server protocol and clangd support in Eclipse CDT.
47+
4348
## Contributing
4449

4550
[Contributions are always welcome!](./CONTRIBUTING.md)
@@ -50,6 +55,7 @@ Please bear in mind that this project is almost entirely developed by volunteers
5055

5156
There are many third-party addons for CDT to make it more productive.
5257

58+
* [CDT LSP](https://github.com/eclipse-cdt/cdt-lsp#readme): LSP based C/C++ Editor provided by the Eclipse CDT project
5359
* [cmake4eclipse](https://github.com/15knots/cmake4eclipse#abstract): This Eclipse plug-in automatically generates build-scripts for the Eclipse CDT managed build system from CMake scripts.
5460
* [Sloeber](http://eclipse.baeyens.it/): Eclipse Plugins based on Arduino toolchains or a enhanced Arduino IDE.
5561
* [CUTE](https://cute-test.com/): C++ unit testing plug-in

0 commit comments

Comments
 (0)