-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing code outline, jumping to declarations and includes etc. (IEP-1294) #1019
Comments
Hi @bs-eng With Espressif-IDE 3.0.0, we've switched to a Clangd-based C/C++ editor. However, this is only supported for ESP-IDF version 5.1 or later. Unfortunately, I don't have an immediate solution for using it with earlier versions. I'll check into it further and get back to you. In the meantime, could you please stick with the previous version, v2.12.1? |
Hi! Do you happen to know when ESP32-ADF is scheduled to support IDFv5.1? Cheers |
Here is what you could try without leaving 3.0.0 version:
Now see if your're able use clangd editor features. |
Ok, two options: https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-2.12.1-win32.win32.x86_64.zip or |
Dear @kolipakakondal,
I guessed I need to download both lib and clang itself from the linked location. I tried in different ways to 'install' this, but found no effective way of doing it. Tried the "install new software" in eclipse as well as just copying it to a folder and pointing to it. Neither worked. So I am setting up my system anew using the downloadable 2.12.1 version. |
For those stumbling upon this, here is how I finally installed the previous version:
Opening projects afterwards: That's how it worked for me at least. |
Okay, here's what I did on my macOS (arm64) system, and it worked without any problems. If you'd like to try it out later, feel free to do so.
fix.mp4 |
Hello!
Describe the bug
The eclipse environment is missing the following functionalities after installing IDF-Eclipse-PluginV3.0.0:
Am I missing something in eclipse or is it simply a bug of the plugin?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Above functionalities should work as before V3.x
Screenshots
Espressif-IDE Product Information:
ESP32_tools.txt
Eclipse Error log:
eclipse_error_log.log
Thanks for your help!
Regards
JR
The text was updated successfully, but these errors were encountered: