Skip to content

Comment Formatter is an IntelliJ plugin that formats comments to a friendly style.

Notifications You must be signed in to change notification settings

kaedea/comment-formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intellij Comment Formatter

/**
       +---------------------------------------------+
       | public static final FiledA mFiledA; // xxx  |
       | private static final FiledB mFiledB; // xxx |
       | public FiledC mFiledC; // xxx               |
       | protected final FiledD mFiledD; // xxx      |
       | FiledE mFiledE; // xxx                      |
       |                     |                       |
       |                     v                       |
       | public static final FiledA mFiledA;  // xxx |
       | private static final FiledB mFiledB; // xxx |
       | public FiledC mFiledC;               // xxx |
       | protected final FiledD mFiledD;      // xxx |
       | FiledE mFiledE;                      // xxx |
       +---------------------------------------------+
*/

Comment Formatter is an intellij plugin that formats comments as above.

Getting Started

  1. Install CommentFormatter from release or IntelliJ Plugin Repository.
  2. Select all the lines which you wanna format.
  3. Select Tool - Format comment or toggle Ctrl + Cmd + L to format.

About

Comment Formatter is an IntelliJ plugin that formats comments to a friendly style.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages