Code-formatting: How to align multiline code to special characters?

后端 未结 3 1406
悲哀的现实
悲哀的现实 2021-02-04 12:42

Is IDEA or one of its plugins capable of aligning code to special characters?

I mean so that the code

Map(
  \'name -> \"Peter\",
  \'age -> 27,
           


        
3条回答
  •  清歌不尽
    2021-02-04 13:10

    In IDEA 12 if you're using the Scala plugin you can configure "Align when multiline" for many things, including method parenthesis. Your particular example of multiple invokations on separate lines is not supported however.

提交回复
热议问题