Page 1 of 1

Autocompletion at Expressiv IDE doesn't work

Posted: Sat Oct 12, 2024 6:10 pm
by tkaulen
I installed the last ESP-IDF via the Windows installer as officially recommended. (https://dl.espressif.com/dl/esp-idf)

However, when I start the Expressiv IDE, the autocompletion doesn't work. When I type, I get the following error message:

Error while computing completion
java.util.concurrent.CancelationException

Re: Autocompletion at Expressiv IDE doesn't work

Posted: Mon Oct 14, 2024 11:09 am
by ESP_kondalkolipaka
Hello,

Could you confirm which version of ESP-IDF you are using? The reported issue arises when you’re working with ESP-IDF 4.x and new LSP editor is only supported with the ESP-IDF 5.x and higher.

If possible, please upgrade to ESP-IDF 5.0 or higher.

If for some reason if you need ESP-IDF 4.x and you need to install esp-clang tool manually to work with the new LSP C/C++ editor
https://github.com/espressif/llvm-proje ... 2_20240912

Please check this link on downloading and configuring
https://github.com/espressif/idf-eclips ... 2225815025

Re: Autocompletion at Expressiv IDE doesn't work

Posted: Mon Oct 14, 2024 3:24 pm
by Andrr Filippov
Hello !

We were able to reproduce this issue.
Please, for now here is workaround for you:
go to "Espressif" menu -> open "ESP-IDF: Manager" -> delete active ESP-IDF version -> Add same ESP-IDF version.

Re: Autocompletion at Expressiv IDE doesn't work

Posted: Wed Oct 16, 2024 9:28 am
by ppenuela
I am having the same issue, the autocompletion not working:
Captura de ecrã 2024-10-16 102544.png
Captura de ecrã 2024-10-16 102544.png (176.95 KiB) Viewed 496 times