Search found 188 matches

by ESP_kondalkolipaka
Thu Oct 24, 2024 7:51 am
Forum: IDEs for ESP-IDF
Topic: Espressif IDE tooltips not displaying correctly
Replies: 11
Views: 6281

Re: Espressif IDE tooltips not displaying correctly

Hello, We apologize for the inconvenience caused. We have identified that the esp-clang tool was not packaged with the installers. We will provide updated installer builds with a fix soon. Workaround : - Open the ESP-IDF Manager in the IDE. - Remove the currently selected ESP-IDF version. - Re-add i...
by ESP_kondalkolipaka
Mon Oct 21, 2024 3:24 pm
Forum: IDEs for ESP-IDF
Topic: ESP32-C3: debugging is not working
Replies: 2
Views: 1172

Re: ESP32-C3: debugging is not working

Hello, > Error: esp_usb_jtag: could not find or open device! This tells us that OpenOCD is unable to communicate with your ESP32-C3 board so this could be due to the configuration mismatch in the OpenOCD configuration wizard. Make sure select built-in USB-JTAG like below! Screenshot 2024-10-21 at 5....
by ESP_kondalkolipaka
Tue Oct 15, 2024 1:21 pm
Forum: IDEs for ESP-IDF
Topic: Outline missing elements on Espressif-IDE
Replies: 1
Views: 1762

Re: Outline missing elements on Espressif-IDE

Hello,

Thanks for your message.

This feature is currently not implemented yet with the C/C++ LSP Editor.

Please check this for the understanding
https://github.com/eclipse-cdt/cdt-lsp/ ... 2003705872
by ESP_kondalkolipaka
Tue Oct 15, 2024 11:28 am
Forum: IDEs for ESP-IDF
Topic: Espressif IDE tooltips not displaying correctly
Replies: 11
Views: 6281

Re: Espressif IDE tooltips not displaying correctly

Hello, For some users ctrl+click is not working because of the conflicting settings in the preferences. Can you please check the below post and see if that helps. https://github.com/espressif/idf-eclipse-plugin/issues/995#issuecomment-2276935107 Could you please share the sample code/project where i...
by ESP_kondalkolipaka
Mon Oct 14, 2024 11:38 am
Forum: IDEs for ESP-IDF
Topic: cannot open function declaration
Replies: 1
Views: 1118

Re: cannot open function declaration

Hello, Looks like IDE was unable to figure out the correct clangd path for LSP Editor. https://github.com/espressif/idf-eclipse-plugin/blob/master/docs_readme/clangd_cdt_support.md#clangd-configuration Could you check the preferences? clangd path should point to the correct clangd executable. Screen...
by ESP_kondalkolipaka
Mon Oct 14, 2024 11:18 am
Forum: IDEs for ESP-IDF
Topic: problems with IDE after installing
Replies: 1
Views: 1059

Re: problems with IDE after installing

Hello,

Please select "File > New > Espressif IDF Project" and choose a template to get started with the esp-idf projects.

https://github.com/espressif/idf-eclips ... ew-project
Screenshot 2024-10-14 at 1.18.17 PM.png
Screenshot 2024-10-14 at 1.18.17 PM.png (644.23 KiB) Viewed 1004 times
by ESP_kondalkolipaka
Mon Oct 14, 2024 11:09 am
Forum: IDEs for ESP-IDF
Topic: Autocompletion at Expressiv IDE doesn't work
Replies: 3
Views: 1625

Re: Autocompletion at Expressiv IDE doesn't work

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 y...
by ESP_kondalkolipaka
Tue Oct 08, 2024 11:45 am
Forum: IDEs for ESP-IDF
Topic: Code/TExt search in Eclipse IDE
Replies: 2
Views: 1436

Re: Code/TExt search in Eclipse IDE

Hello, To achieve this, please follow these steps: - Create a new project. - Add the ESP-IDF "components" folder as a virtual folder to the newly created project. - Press Command+Shift+T or Command+Shift+R. - You should now be able to browse the ESP-IDF component files. - You can also search for a p...
by ESP_kondalkolipaka
Tue Oct 08, 2024 8:06 am
Forum: IDEs for ESP-IDF
Topic: Espressif-IDE v3.1.0 released!
Replies: 0
Views: 1688

Espressif-IDE v3.1.0 released!

Hello All, We are excited to announce the release of Espressif-IDE v3.1.0. You can find the release notes and download links here: https://github.com/espressif/idf-eclipse-plugin/releases/tag/v3.1.0 Noteworthy changes: - Support for Eclipse 2024-06 - Added linux aarch64 builds - CDT LSP 2.0 support ...
by ESP_kondalkolipaka
Mon Sep 23, 2024 11:51 am
Forum: IDEs for ESP-IDF
Topic: Espressif IDE tooltips not displaying correctly
Replies: 11
Views: 6281

Re: Espressif IDE tooltips not displaying correctly

Hello, Please check this. https://github.com/espressif/idf-eclipse-plugin/issues/1019#issuecomment-2225815025 The problem is because of the incompatability of 3.0.0 LSP editor with the IDF v4.4.8. which requires 5.0.0 and higher. You have two options to resolve this issue: 1. Upgrade to ESP-IDF 5.0....