Skip to content

Espressif‐IDE Roadmap 2026

Kondal Kolipaka edited this page Jan 12, 2026 · 3 revisions

Espressif-IDE Roadmap 2026

This roadmap outlines the planned focus areas, priorities, and themes for Espressif-IDE in 2026. It is intended to guide contributors, users, and stakeholders on what we aim to improve and deliver across Espressif-IDE, Eclipse-based tooling, and integrations.

⚠️ This roadmap reflects current priorities and may evolve based on community feedback, ecosystem changes, and Espressif product direction.


🎯 Strategic Direction

  • With rapid advances in AI-assisted development, major IDE innovation is increasingly happening in VS Code, Cursor, and other modern IDEs, driven by tight AI integrations.
  • In 2026, Espressif-IDE (Eclipse-based) will not take up major new feature enhancements.
  • Focus for Espressif-IDE will remain on: High-priority support and maintenance, bug fixes and stability and compatibility with new ESP-IDF releases and targets
  • VSCode will be the primary IDE for new features and AI-driven workflows for ESP-IDF development.

This is a prioritization decision, not deprecation. Espressif-IDE will continue to be actively supported.


🎯 Guiding Principles for 2026

  • Stability & Maintainability first – reduce friction in common development workflows
  • Align with CDT LSP architecture – align with upstream Eclipse CDT & LSP evolution
  • Better integration with EIM – seamless experience across EIM, IDEs, and tooling
  • Scalability for new Espressif targets - Supporting new chips
  • Clear diagnostics & tooling discovery - Unified diagnostic logs

🎯 Development Tasks

New Espressif Targets Support

  • Ensure build configurations and debugging work as expected.
  • Add IDE support for new ESP targets where needed.

ESP-IDF Installation Manager (EIM) & IDE Integration

  • Fix integration issues, improve EIM ↔ IDE communication.
  • Enhance error reporting and recovery flows.

Component Manager & Editor Experience

  • Add search capability in Component Manager editor - IEP-1663
  • Support search by name, namespace, and keywords.

Eclipse CDT & LSP Support

  • Validate Espressif-IDE against Eclipse CDT 2026 releases.
  • Adopt CDT LSP and fix code intelligence issues.

IDF Terminal & Developer Experience

  • Automatically run IDF activation Script on Terminal startup.
  • Replace old tm.terminal plugins.
  • Perform code cleanups, remove dead code, and apply proper formatting.

Partition Table Editor Improvements

  • Convert Partition Table Editor from dialog to full editor.

OpenOCD Improvements

  • Improve OpenOCD detection scripts and capability handling.
  • Use metadata in esp-config.json instead of parsing version strings.
  • Unstable debugging issues.

CI Improvements

  • Add arm64 Linux builds.
  • Add arm64 Windows builds.

Documentation and Tutorials

  • Make sure to have up-to-date documentation which covers EIM integration.
  • Maintain Chinese translations.
  • Create tutorial for each functionality.

Quality, Maintenance & Technical Debt

  • Reduce legacy code path.
  • Perform internal code cleanups.