Posts by this author

May 19, 2025
Post comments count0
Post likes count0

Vibe coding with GitHub Copilot: Agent mode and MCP support in JetBrains and Eclipse

Today, we're excited to announce that GitHub Copilot Agent Mode and MCP support are now in public preview for both JetBrains and Eclipse! Whether you're working in IntelliJ IDEA, PyCharm, WebStorm or Eclipse, you can now access Copilot’s intelligent agent features and seamlessly manage your project workflows, all from within your IDE.  In th...

JavaIntelligent AppsCopilot
Mar 17, 2025
Post comments count3
Post likes count8

Introducing ABAP Support in GitHub Copilot for Eclipse

The latest release of GitHub Copilot for Eclipse now includes support for ABAP! This update builds on the recent release of code completion and chat integration, offering a robust toolset for developers working within the SAP environment. ABAP remains a critical language in the enterprise space, powering a wide range of business applications, and ...

eclipseCopilot
Mar 11, 2025
Post comments count1
Post likes count1

GitHub Copilot Chat now available in public preview for Eclipse

Today, GitHub Copilot Chat is available in public preview for Eclipse!  This release follows the initial public preview of GitHub Copilot in Eclipse, which only supported code completions, and is available for all Eclipse users with access to GitHub Copilot.   If you already have GitHub Copilot installed in your Eclipse IDE, you can find upd...

JavaIntelligent AppsCopilot
Feb 12, 2025
Post comments count10
Post likes count7

GitHub Copilot for Eclipse: Code Completion Now in Public Preview

We are excited to announce the Public Preview of GitHub Copilot for Eclipse. As part of the broader GitHub Copilot family, which enhances productivity in various IDEs, this latest integration ensures that developers using Eclipse can benefit from AI-assisted coding like never before. GitHub Copilot is an AI-powered code assistant designed to strea...

CopilotOpenAIeclipse
Aug 17, 2022
Post comments count0
Post likes count0

A Concise Guide to Using Multiple Azure Storage Accounts from a Single Spring Boot Application

Spring projects in general are opinionated: 80-90% of use cases are handled "by default", and code is often much more concise than would be required otherwise due to Spring's preference of convention over configuration. These and other "opinions" can result in dramatically less code to write and maintain and as a result, more focused impact. In ...

JavaOpen SourceCloud