espressif / idf-eclipse-plugin

Espressif-IDE (based on Eclipse CDT) for ESP-IDF CMake based projects 4.x and above
Eclipse Public License 2.0
302 stars 121 forks source link

Espressif-IDE v3.0.0 error in help autocomplete #989

Open Ivan-Vargas-Alvarado opened 3 months ago

Ivan-Vargas-Alvarado commented 3 months ago

Error description I have Espressif IDE development tools installed since, espressif-ide-setup-3.0.0-with-esp-idf-5.2.2. When I open Espressif IDE and create a project everything works fine with autocompletion (either when I try to include a header file or when I declare a structure type variable). Once you build the project for the first time, then the autocomplete stops working and never works again until you create a new esp-idf project. In the message in the attached image I get this error java.util.concurrent.CancellationException I have repeated the reinstallation many times and the problem is the same.

Expected behavior I need autocomplete to work because it is an important help when programming. I need to know if there are any manual settings that have to be entered for it to work well.

Screenshots

Try using autocomplete img1

After a while the error occurs img2

Espressif-IDE Product Information: Operating System: windows 10 Java Runtime Version: 17.0.6+10-LTS Eclipse Version: 4.30.0.v20231201-0110 Eclipse CDT Version: 11.4.0.202309142347 IDF Eclipse Plugin Version: 3.0.0.202406051940 ESP-IDF v5.2.2-dirty Python set for IDF_PYTHON_ENV: Python 3.11.2

danielealki commented 1 week ago

Did someone solved this problem ?

sigmaaa commented 1 week ago

Hi @danielealki,

I don't see this issue on the master version. You can try it by using the artifacts down below on this page: https://github.com/espressif/idf-eclipse-plugin/actions/runs/10849628637. Let me know if you experience this issue there as well. Thanks