Hello,
Could you please update to v4.3.0 and check whether you still encounter the same issue?
We've also updated the ESP-IDF installation mechanism in the IDEs to use EIM (ESP-IDF Installation Manager).
Thank you.
Search found 269 matches
- Thu Jun 11, 2026 11:23 am
- Forum: IDEs for ESP-IDF
- Topic: Couldn't resolve the problem
- Replies: 1
- Views: 29
- Tue Jun 02, 2026 8:01 am
- Forum: IDEs for ESP-IDF
- Topic: Espressif-IDE v4.3.0 released
- Replies: 0
- Views: 54
Espressif-IDE v4.3.0 released
Espressif-IDE v4.3.0 released!
Espressif-IDE v4.3.0 brings ESP-IDF Kconfig 3.x support, improved ESP-IDF version and target detection, enhanced EIM integration and path discovery. The release also adds a new preference for configuring eim_idf.json, improves Windows support with installer and ...
Espressif-IDE v4.3.0 brings ESP-IDF Kconfig 3.x support, improved ESP-IDF version and target detection, enhanced EIM integration and path discovery. The release also adds a new preference for configuring eim_idf.json, improves Windows support with installer and ...
- Tue May 05, 2026 7:27 am
- Forum: IDEs for ESP-IDF
- Topic: ESP-IDF Extension for VS Code Release v2.1.0
- Replies: 0
- Views: 126
ESP-IDF Extension for VS Code Release v2.1.0
Hello All,
We are pleased to announce the release of ESP-IDF Extension for VS Code v2.1.0 .
ESP-IDF Extension for VS Code v2.1.0 brings improvements to developer experience with better clangd handling, organized settings, and added ESP32-P4 PIE register support for debugging. It also refines EIM ...
We are pleased to announce the release of ESP-IDF Extension for VS Code v2.1.0 .
ESP-IDF Extension for VS Code v2.1.0 brings improvements to developer experience with better clangd handling, organized settings, and added ESP32-P4 PIE register support for debugging. It also refines EIM ...
- Tue Apr 28, 2026 8:30 am
- Forum: IDEs for ESP-IDF
- Topic: Need help with Espressif IDE 4.0
- Replies: 10
- Views: 1158
Re: Need help with Espressif IDE 4.0
Hello,
I was trying to reproduce this behaviour with the similar headers!
Build is fine - this is an IDE indexer (clangd) false error, not a real compile issue.
How to fix:
- update .clangd to avoid this false-positive escalation:
CompileFlags:
CompilationDatabase: build
Remove: [-m*, -f ...
I was trying to reproduce this behaviour with the similar headers!
Build is fine - this is an IDE indexer (clangd) false error, not a real compile issue.
How to fix:
- update .clangd to avoid this false-positive escalation:
CompileFlags:
CompilationDatabase: build
Remove: [-m*, -f ...
- Thu Apr 09, 2026 6:12 am
- Forum: IDEs for ESP-IDF
- Topic: Espressif-IDE v4.2.0 released
- Replies: 0
- Views: 141
Espressif-IDE v4.2.0 released
Hello Community,
Pleased to announce Espressif-IDE v4.2.0 release.
Please check the release notes here: https://github.com/espressif/idf-eclips ... tag/v4.2.0
Thanks!
Pleased to announce Espressif-IDE v4.2.0 release.
Please check the release notes here: https://github.com/espressif/idf-eclips ... tag/v4.2.0
Thanks!
- Mon Mar 23, 2026 8:50 am
- Forum: IDEs for ESP-IDF
- Topic: How to remove function variable descriptions in ESP-IDE 4.1.0
- Replies: 2
- Views: 190
Re: How to remove function variable descriptions in ESP-IDE 4.1.0
Hello,
The LSP Editor has inlay hints enabled by default. If you prefer not to use them, you can disable this feature by editing the .clangd file and adding InlayHints enabled status, please check below
https://docs.espressif.com/projects/espressif-ide/en/latest/additionalfeatures/lspeditor.html ...
The LSP Editor has inlay hints enabled by default. If you prefer not to use them, you can disable this feature by editing the .clangd file and adding InlayHints enabled status, please check below
https://docs.espressif.com/projects/espressif-ide/en/latest/additionalfeatures/lspeditor.html ...
- Fri Feb 06, 2026 8:50 am
- Forum: IDEs for ESP-IDF
- Topic: Espressif-IDE v4.0.0 is released with the EIM integration
- Replies: 1
- Views: 2453
Re: Espressif-IDE v4.0.0 is released with the EIM integration
Hello All,
We have published v4.1.0 release!
v4.1.0 is a feature and maintenance release of Espressif-IDE, focused on improving the terminal experience with automatic IDF activation, adding search functionality to Component Manager, and updating the Eclipse platform to 2025-12 version.
This ...
We have published v4.1.0 release!
v4.1.0 is a feature and maintenance release of Espressif-IDE, focused on improving the terminal experience with automatic IDF activation, adding search functionality to Component Manager, and updating the Eclipse platform to 2025-12 version.
This ...
- Fri Feb 06, 2026 8:46 am
- Forum: IDEs for ESP-IDF
- Topic: ESP-IDF Extension for VS Code 2.0.0 Released with EIM Integration
- Replies: 0
- Views: 709
ESP-IDF Extension for VS Code 2.0.0 Released with EIM Integration
Hello All,
We're excited to announce the release of ESP-IDF Extension for VS Code 2.0.0 - a major update with significant improvements to how you install and configure ESP-IDF!
What's New
New Installation Experience with Espressif Installation Manager (EIM)
We've completely redesigned how ESP ...
We're excited to announce the release of ESP-IDF Extension for VS Code 2.0.0 - a major update with significant improvements to how you install and configure ESP-IDF!
What's New
New Installation Experience with Espressif Installation Manager (EIM)
We've completely redesigned how ESP ...
- Thu Jan 29, 2026 5:51 am
- Forum: IDEs for ESP-IDF
- Topic: Need help with Espressif IDE 4.0
- Replies: 10
- Views: 1158
Re: Need help with Espressif IDE 4.0
Hello,
If you're still facing an issue, please share a convenient time to connect at ide.support@espressif.com, and one of our dev team members will reach out to you.
Even if you're using VS Code, we'll be happy to assist and take your feedback!
Thanks!
If you're still facing an issue, please share a convenient time to connect at ide.support@espressif.com, and one of our dev team members will reach out to you.
Even if you're using VS Code, we'll be happy to assist and take your feedback!
Thanks!
- Thu Jan 29, 2026 5:46 am
- Forum: IDEs for ESP-IDF
- Topic: Need help with Espressif IDE 4.0
- Replies: 10
- Views: 1158
Re: Need help with Espressif IDE 4.0
Hello,
There are mutliple observations in the screenshots attached.
1. You're looking at the debug configuration wizard, you should check launch configuration wizard, please check this guide.
https://docs.espressif.com/projects/espressif-ide/en/latest/flashdevice.html#flash-the-device
Screenshot ...
There are mutliple observations in the screenshots attached.
1. You're looking at the debug configuration wizard, you should check launch configuration wizard, please check this guide.
https://docs.espressif.com/projects/espressif-ide/en/latest/flashdevice.html#flash-the-device
Screenshot ...