AutoComplete

screenshot of AutoComplete

A code completion library for Swing text components, with special support for RSyntaxTextArea.

Overview

AutoCompleteJava Build is a code completion library for Swing JTextComponents. It provides enhanced functionality for instances of RSyntaxTextArea. The library is available under a modified BSD license.

Features

  • Completion choices list that updates as the user types
  • "Documentation" companion window for displaying documentation about the selected completion choice
  • Parameter assistance, including tabbing through function/method parameters and tooltip assistance for each argument, along with a possible list of valid variable completions for each

Summary

AutoCompleteJava Build is a useful code completion library for Swing JTextComponents, specifically for instances of RSyntaxTextArea. It provides features such as a dynamic completion choices list, a companion documentation window, and parameter assistance. The library can be easily added to your project using Maven or Gradle.