**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
Espressif-IDE v3.0.0 error in help autocomplete
Espressif-IDE v3.0.0 error in help autocomplete
- Attachments
-
- Try using autocomplete
- img1.png (220 KiB) Viewed 1453 times
-
- After a while the error occurs
- img2.png (216.41 KiB) Viewed 1453 times
Re: Espressif-IDE v3.0.0 error in help autocomplete
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
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
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
Re: Espressif-IDE v3.0.0 error in help autocomplete
Hello everyone,
I have the same issue. Any workaround to solve it?
I have the same issue. Any workaround to solve it?
Who is online
Users browsing this forum: Bing [Bot] and 79 guests