Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 1.7 KB

README.md

File metadata and controls

53 lines (28 loc) · 1.7 KB

intellij-fluent-tool

Fluent Tool Plugins

中文文档

🏀 The Fluent Tool is a plugin that can help you to generate and format the Java fluent method, setter and constructor code.

useDemo

Features

  • Format the Java code in fluent style
  • Generate the fluent called methods
  • Generate the fluent setter for Java bean (similar to lombok @Accessors)
  • Generate the fluent static constructor for Java bean
  • Generate the fluent method template for Java class

Getting Started

Fluent format

Select the Java code > Alt+Enter > select Fluent format

Fluent call

Cursor at the end of Java method call > Alt+Enter > select Fluent call

Fluent Setter

In your Java class file > Alt+Insert > select Fluent Setter

Fluent Static Constructor

In your Java class file > Alt+Insert > select Fluent Static Constructor

Fluent Method

In your Java class file > Alt+Insert > select Fluent Method

Custom Config

config

Reference

Fluent Setter: https://github.com/TwinProduction/intellij-fluent-setter-generator