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: docs/en/additionalfeatures/clangd_cdt_support.rst
+35-1Lines changed: 35 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ In line with this enhancement, we've discontinued support for the standard CDT E
9
9
10
10
The LSP powered C/C++ editor greatly benefits ESP-IDF developers by aligning with the latest language standards and compiler versions, enhancing productivity, and improving code quality.
11
11
12
-
You can find more details on the LSP based C/C++ Editor features `here<https://github.com/eclipse-cdt/cdt-lsp/>`_.
12
+
You can find more details on the LSP based C/C++ Editor features in the `Eclipse CDT-LSP documentation<https://github.com/eclipse-cdt/cdt-lsp/>`_.
13
13
14
14
Prerequisites
15
15
-------------
@@ -45,6 +45,40 @@ However, if you are dealing with an existing project, please create a `.clangd`
45
45
CompilationDatabase: build
46
46
Remove: [-m*, -f*]
47
47
48
+
How to fix Unknown argument error when navigating to the esp-idf components
1. Download the script for `fix_compile_commands.py <https://github.com/espressif/idf-eclipse-plugin/tree/master/resources/resources/fix_compile_commands/fix_compile_commands.py>`_.
63
+
64
+
2. Invoke the script from the project post build step. Here is example for `CMakeLists.txt <https://github.com/espressif/idf-eclipse-plugin/blob/master/resources/resources/fix_compile_commands/CMakeLists.txt>`_:
0 commit comments