Skip to content

Commit cf96690

Browse files
blog:Add blog post on github copilot in espressif-ide (#394)
* blog:Add blogpost on github copilot in espressif-ide * fix: address issues with images * fix: update featured.webp * fix: Update featured.webp size * fix: update featured.webp * fix: address PR comments * Update content/blog/2025/02/github-copilot-in-espressif-ide/index.md Co-authored-by: ESP-Kirill <[email protected]> * Update content/blog/2025/02/github-copilot-in-espressif-ide/index.md Co-authored-by: ESP-Kirill <[email protected]> * Update content/blog/2025/02/github-copilot-in-espressif-ide/index.md Co-authored-by: ESP-Kirill <[email protected]> * Update content/blog/2025/02/github-copilot-in-espressif-ide/index.md Co-authored-by: ESP-Kirill <[email protected]> * fix: update publish date * fix: update image name * fix: regenerate featured image * fix: update image size * fix: update image size * fix: update image --------- Co-authored-by: ESP-Kirill <[email protected]>
1 parent aeba016 commit cf96690

File tree

7 files changed

+56
-0
lines changed

7 files changed

+56
-0
lines changed
84.5 KB
Loading
54.4 KB
Loading
85.3 KB
Loading
991 KB
Loading
68 KB
Loading
96.7 KB
Loading
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
title: "GitHub Copilot Now in Espressif-IDE with Copilot4Eclipse"
3+
date: 2025-02-13
4+
showAuthor: false
5+
disableComments: false
6+
tags: ["Espressif-IDE", "GitHub Copilot", "IDE","AI","ESP-IDF"]
7+
authors:
8+
- "kondal-kolipaka"
9+
---
10+
11+
We all love [GitHub Copilot](https://github.com/features/copilot) as a powerful AI-powered coding assistant that enhances productivity. However, until now, it has been officially available only for VS Code and a few other editors. But here’s some good news for Eclipse users! We have tried the [Copilot4Eclipse](https://www.genuitec.com/products/copilot4eclipse/) plugin with the [Espressif-IDE LSP C/C++ Editor](https://docs.espressif.com/projects/espressif-ide/en/latest/additionalfeatures/lspeditor.html#lsp-c-c-editor), and it works amazingly well, helping to write code faster and fix bugs.
12+
13+
## Introducing Copilot4Eclipse
14+
15+
If you've been waiting for GitHub Copilot support in Eclipse, look no further than [Copilot4Eclipse](https://www.genuitec.com/products/copilot4eclipse/) — a fantastic plugin that brings Copilot's AI-assisted code generation to the Eclipse IDE. While the experience may not be identical to VS Code, Copilot4Eclipse offers similar features, making AI-assisted development possible within Eclipse.
16+
17+
## How Copilot4Eclipse Enhances Development
18+
19+
### AI-Powered Code Suggestions
20+
21+
Copilot4Eclipse streamlines development and boosts efficiency by generating entire functions, suggesting code completions, and refactoring snippets. It assists with boilerplate code, ESP32 API calls, and even offers intelligent improvements to your implementation—helping you write better code, faster.
22+
23+
{{< figure default=true src="assets/copilot-with-espressif-ide.webp" >}}
24+
25+
### Seamless Integration with Espressif-IDE
26+
27+
Once you install Copilot4Eclipse in Espressif-IDE, you’ll see the Copilot menu, where you can enable GitHub Copilot suggestions. We tested Copilot4Eclipse with Espressif-IDE on ESP-IDF projects, and it worked flawlessly!
28+
29+
{{< figure default=true src="assets/copilot-menu.webp" >}}
30+
31+
### GitHub Copilot Chat
32+
33+
GitHub Copilot Chat is an AI-powered coding assistant that provides real-time guidance directly within your IDE. It allows developers to choose a file, ask questions, get code explanations, debug errors, and generate code snippets—all through an interactive chat interface.
34+
35+
{{< figure default=true src="assets/copilot-chat.webp" >}}
36+
37+
### Support for Various Languages
38+
39+
Whether you're coding in C or C++, GitHub Copilot’s AI-driven suggestions can help you write better code, faster.
40+
41+
{{< figure default=true src="assets/preferences.webp" >}}
42+
43+
## How to Start Using Copilot4Eclipse
44+
45+
To get started with Copilot4Eclipse, you will need to:
46+
47+
1. **Install the [Copilot4Eclipse](https://www.genuitec.com/products/copilot4eclipse/docs/installation) Plugin** - Download and install the Copilot4Eclipse extension from the [Eclipse Marketplace](https://marketplace.eclipse.org/content/copilot4eclipse).
48+
{{< figure default=true src="assets/copilot-marketplace.webp" >}}
49+
2. **Authenticate with GitHub** - Sign in with your GitHub Copilot subscription to activate AI-powered assistance.
50+
3. **Start Coding with AI Support** - As you write code, Copilot4Eclipse provides intelligent suggestions, making coding easier and more productive.
51+
52+
## Conclusion
53+
54+
If you are working with Espressif-IDE or considering it for your development environment, the Copilot4Eclipse plugin can significantly enhance your productivity, help you write better code, generate boilerplate code for ESP-IDF, and assist in fixing bugs.
55+
56+
Give it a try and let us know how it goes!

0 commit comments

Comments
 (0)