All Projects → liaoziyang → Contentassist

liaoziyang / Contentassist

Licence: mit
A code assist plugin for Eclipse.

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Contentassist

So Eclipse Plugin
Eclipse plugin that enables you to get answers from Stack Overflow directly to your IDE 🔥
Stars: ✭ 84 (-51.72%)
Mutual labels:  eclipse
Jhipster Ide
An IDE for the JHipster Domain Language
Stars: ✭ 109 (-37.36%)
Mutual labels:  eclipse
Xmind
The most popular mind mapping software
Stars: ✭ 1,883 (+982.18%)
Mutual labels:  eclipse
Portfolio
A simple tool to calculate the overall performance of an investment portfolio.
Stars: ✭ 1,326 (+662.07%)
Mutual labels:  eclipse
Chromium.swt
Chromium widget for SWT
Stars: ✭ 105 (-39.66%)
Mutual labels:  eclipse
Elk
Eclipse Layout Kernel - Automatic layout for Java applications.
Stars: ✭ 112 (-35.63%)
Mutual labels:  eclipse
Emfjson Jackson
JSON Binding for Eclipse Modeling Framework
Stars: ✭ 79 (-54.6%)
Mutual labels:  eclipse
Eclipse Instasearch
Eclipse plug-in for fast code search
Stars: ✭ 165 (-5.17%)
Mutual labels:  eclipse
Goomph
IDE as build artifact
Stars: ✭ 108 (-37.93%)
Mutual labels:  eclipse
Pdt
PHP Development Tools project (PDT)
Stars: ✭ 135 (-22.41%)
Mutual labels:  eclipse
Kaizen Openapi Editor
Eclipse Editor for the Swagger-OpenAPI Description Language
Stars: ✭ 97 (-44.25%)
Mutual labels:  eclipse
Verinice
verinice is a tool for managing information security.
Stars: ✭ 102 (-41.38%)
Mutual labels:  eclipse
Gradle Eclipse Aar Plugin
Gradle plugin to use Android AAR libraries on Eclipse.
Stars: ✭ 127 (-27.01%)
Mutual labels:  eclipse
Time Table Scheduler
Time Table generation using Genetic Algorithms ( Java-Struts2)
Stars: ✭ 90 (-48.28%)
Mutual labels:  eclipse
Javafbp
Java Implementation of Flow-Based Programming (FBP)
Stars: ✭ 138 (-20.69%)
Mutual labels:  eclipse
Android Support V7 Appcompat
Eclipse library project based on Android support appcompat-v7 AAR releases.
Stars: ✭ 83 (-52.3%)
Mutual labels:  eclipse
Knime Sdk Setup
KNIME Analytics Platform - SDK Setup
Stars: ✭ 111 (-36.21%)
Mutual labels:  eclipse
Autorefactor
Eclipse plugin to automatically refactor Java code bases
Stars: ✭ 168 (-3.45%)
Mutual labels:  eclipse
Layoutcast
Cast android code and resource changes to the running application through ADB.
Stars: ✭ 1,714 (+885.06%)
Mutual labels:  eclipse
Stumanager
🎓 Student Information Management System (学生信息管理系统)
Stars: ✭ 133 (-23.56%)
Mutual labels:  eclipse

ContentAssist

A code assist plugin for Eclipse.

In recent integrated development environments, by utilizing collective intelligence obtained from a large amount of source code described in the past, the method with higher possibility to be used in the source code is preferentially recommended. The method based on the statistical data is suitable for code complementation tailored to the tendency of the developer as a whole, but it is not always possible to provide an appropriate complementary candidate for a specific development team or individual developer. In this project, we propose a method to calculate the degree of interest of developers by utilizing the editing history that the developer written in the past, and rearrange the order of code completion candidates that can be displayed based on it.

Requirement

JDK 1.7 or later

Eclipse 4.6 (Neon) or late (Eclipse for committer)

Installation

  1. Please run git clone [email protected]:liaoziyang/ContentAssist.git to copy the files to local.
  2. Import this project to your workspace.

System structure

alt text

Compare to other content assist plugin

alt text

Publication

Liao Ziyang, 丸山勝久, "編集履歴から算出した開発者の関心度に基づくコード補完", 日本ソフトウェア科学会第33回大会,FOSE2-3, 2016

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].