• Stars
    star
    175
  • Rank 216,743 (Top 5 %)
  • Language
    Java
  • License
    MIT License
  • Created over 7 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A code assist plugin for 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