Page 1 of 1

Espressif IDE 3.3.0 folding problem

Posted: Fri Apr 04, 2025 2:03 pm
by tasesa
Hi everybody,

I recently updated to Espressif IDE v3.3.0 (I was on v2.6.0).
The editor seems changed and it seems not possible to fold the code via + and - on the left of the code. The + and - are not shown anymore.
Moreover, the F3 shortcut to jump to definition of variable/functions is not working anymore

How can I solve?

Thanks

Re: Espressif IDE 3.3.0 folding problem

Posted: Wed Apr 09, 2025 2:12 pm
by kondalkolipaka
Hello,

Could you please verify the following to ensure everything is auto-configured correctly?

1. Clangd Settings – Please refer to the screenshot to check whether the Clangd path is correctly configured.
Screenshot 2025-04-09 at 7.40.20 PM.png
Screenshot 2025-04-09 at 7.40.20 PM.png (344.66 KiB) Viewed 237 times
2. F3 Shortcut – The F3 shortcut might not be working due to conflicts or configuration issues. Kindly verify this.
https://github.com/espressif/idf-eclips ... issues/995

3. Code Folding – It seems that issue #1 might be affecting this. However, it appears to be working on my end (see the screenshot). Do you see any error in the log? Does closing editor and reopening works?
Screenshot 2025-04-09 at 7.40.57 PM.png
Screenshot 2025-04-09 at 7.40.57 PM.png (569.01 KiB) Viewed 237 times

Re: Espressif IDE 3.3.0 folding problem

Posted: Thu Apr 10, 2025 3:33 pm
by tasesa
Hello,

Could you please verify the following to ensure everything is auto-configured correctly?

1. Clangd Settings – Please refer to the screenshot to check whether the Clangd path is correctly configured.
Screenshot 2025-04-09 at 7.40.20 PM.png

2. F3 Shortcut – The F3 shortcut might not be working due to conflicts or configuration issues. Kindly verify this.
https://github.com/espressif/idf-eclips ... issues/995

3. Code Folding – It seems that issue #1 might be affecting this. However, it appears to be working on my end (see the screenshot). Do you see any error in the log? Does closing editor and reopening works?

Screenshot 2025-04-09 at 7.40.57 PM.png
Hello @kondalkolipaka,

1. Unfortunately it seems I don't have "esp-clang" in my "tools" folder. How can I add it?

2. I checked the github issue but I was not able to activate neither F3 nor Ctrl+LeftClick

3. Since I didn't solve 1. so this point doesn't work as well.

Thanks