You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NewAndNoteworthy/README.md
+6
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,12 @@ What's new and noteworthy in:
16
16
-[CDT 10.1/2020-12](CDT-10.1.md)
17
17
-[CDT 10.0/2020-09](CDT-10.0.md)
18
18
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.
Copy file name to clipboardExpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,11 @@ Did you get your version of Eclipse CDT from a vendor (such as a chip maker)? If
40
40
41
41
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.
42
42
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
+
43
48
## Contributing
44
49
45
50
[Contributions are always welcome!](./CONTRIBUTING.md)
@@ -50,6 +55,7 @@ Please bear in mind that this project is almost entirely developed by volunteers
50
55
51
56
There are many third-party addons for CDT to make it more productive.
52
57
58
+
*[CDT LSP](https://github.com/eclipse-cdt/cdt-lsp#readme): LSP based C/C++ Editor provided by the Eclipse CDT project
53
59
*[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.
54
60
*[Sloeber](http://eclipse.baeyens.it/): Eclipse Plugins based on Arduino toolchains or a enhanced Arduino IDE.
55
61
*[CUTE](https://cute-test.com/): C++ unit testing plug-in
0 commit comments