Espressif-IDE v3.0.0 error in help autocomplete

ivargas95
Posts: 2
Joined: Fri Jun 14, 2024 11:46 pm

Espressif-IDE v3.0.0 error in help autocomplete

Postby ivargas95 » Sat Jun 15, 2024 12:06 am

**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
Attachments
img1.png
Try using autocomplete
img1.png (220 KiB) Viewed 953 times
img2.png
After a while the error occurs
img2.png (216.41 KiB) Viewed 953 times

atouron
Posts: 6
Joined: Mon Sep 05, 2022 4:50 am

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

Postby atouron » Sun Jun 30, 2024 10:31 pm

Hi ivargas95 did you get this figured out? I'm having the same issue as you are.

ivargas95
Posts: 2
Joined: Fri Jun 14, 2024 11:46 pm

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

Postby ivargas95 » Mon Jul 01, 2024 1:59 pm

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

Who is online

Users browsing this forum: Google [Bot], Google Adsense [Bot] and 144 guests