Code Intelligence

Add this URL to your Eclipse Installation to reach this solution's update site.

2025-03 (4.35), 2024-12 (4.34), 2024-09 (4.33), 2024-06 (4.32), 2024-03 (4.31), 2023-12 (4.30), 2023-09 (4.29)

https://chabicht.github.io/code-intelligence/update-site/

Learn more...
Solution Description

A plugin that enhances the Java Development Tools (JDT) with AI assisted code completion and an AI chat window.

  • Supports API access to Anthropic, DeepSeek, Google Gemini, Groq, Ollama, OpenAI, and X.ai/Grok.
  • Integrates into the JDT tooling in order to help you craft meaningful prompts with the context information you need.
  • Allows fine-tuning completion prompts and system messages for the models you use.
Additional Details

Eclipse Versions: 2025-03 (4.35), 2024-12 (4.34), 2024-09 (4.33), 2024-06 (4.32), 2024-03 (4.31), 2023-12 (4.30), 2023-09 (4.29)

Platform Support: Windows, Linux/GTK

Organization Name: com.chabicht

Development Status: Alpha

Date Created: Saturday, February 15, 2025 - 19:26

License: EPL 2.0

Date Updated: Thursday, March 6, 2025 - 16:15

Submitted by: Carsten Habicht

Screenshot
Date Ranking Installs Clickthroughs
March 2025 53/643 463 66
February 2025 148/645 159 57
January 2025 0/0 0 0
December 2024 0/0 0 0
November 2024 0/0 0 0
October 2024 0/0 0 0
September 2024 0/0 0 0
August 2024 0/0 0 0
July 2024 0/0 0 0
June 2024 0/0 0 0
May 2024 0/0 0 0
April 2024 0/0 0 0
View Data for all Listings

Marketplace Drag to Install Button

By adding the following code below to your website you will be able to add an install button for Code Intelligence.

HTML Code:

Markdown Syntax:

Output:

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

Reviews Add new review

Hey Rafael,

thanks for the effort! :-)

I took your comment as a hint that some kind of assisted configuration would be helpful and added a setup wizard.
Hope that helps.

Best,
Carsten

If you want to set up with the Gemini API, follow these instructions:

  1. Go to https://aistudio.google.com/app/apikey and generate a new key.
  2. Install the Code Intelligence plugin in your Eclipse.
  3. Open the menu Window -> Preferences, go to Code Intelligence, and add a new API Connection:
    Name: Gemini
    Type: Gemini
    Base URI: https://generativelanguage.googleapis.com/v1beta
    API key: [your api key]
  4. Change the Model to the desired one (Gemini/models/gemini-2.0-flash).

Additionally, you can also enable the chat by adjusting the desired model for this function.