Skip to content

The IntelliJ IDEA Plugin which can help you to generate and format the Java fluent method, setter and constructor code..

License

Notifications You must be signed in to change notification settings

Mengzuozhu/intellij-fluent-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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