简体   繁体   中英

Comma-first Java formatting in IntelliJ IDEA

Does IntelliJ IDEA ( 2018.2+ ) offer the formatting option for comma-first style in Java?

public void example(
      String one
      , String two
      , String three) { ... }

I've read about it somewhere but I can't find it anymore.

There is no such option at the moment. Please vote for the related request on YouTrack: https://youtrack.jetbrains.com/issue/IDEABKL-6965

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM