Page 1 of 1

Espressif-IDE v3.0.0 error in help autocomplete

Posted: Sat Jun 15, 2024 12:06 am
by ivargas95
**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**
View attachments


**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

Re: Espressif-IDE v3.0.0 error in help autocomplete

Posted: Sun Jun 30, 2024 10:31 pm
by atouron
Hi ivargas95 did you get this figured out? I'm having the same issue as you are.

Re: Espressif-IDE v3.0.0 error in help autocomplete

Posted: Mon Jul 01, 2024 1:59 pm
by ivargas95
Hello atouron, I have found a temporary solution.
Apparently project directory names in Espressif IDE cannot have whitespace. It could be a bug in that new version because in previous versions there is no such problem. Below are examples of routes with errors and examples of correct routes.

Error:
D:\Example SoC Esp32\ProjectsESP32
D:\Esp32\Projects ESP32

Correct:
D:\Example_SoC_Esp32\Proyectos_ESP32
D:\Esp32\ProjectsESP32